mirror of
https://github.com/photoprism/photoprism.git
synced 2026-03-02 22:57:18 -05:00
word2vec support #679
Labels
No labels
ai
android
api
auth
awesome
bug
bug
ci
cli
config
database
declined
deprecated
docker
docs 📚
documents
duplicate
easy
enhancement
enhancement
enhancement
epic
faces
feedback wanted
frontend
hacktoberfest
help wanted
idea
in-progress
incomplete
index
invalid
ios
labels
live
live
low-priority
macos
member-feature
metadata
mobile
nas
needs-analysis
no-coding-required
no-coding-required
observability
performance
places
please-test
plus-feature
priority
pro-feature
question
raspberry-pi
raw
released
released
released
research
resolved
security
sharing
tested
tests
third-party-issue
thumbnails
upgrade
upstream-issue
ux
vector
video
waiting
won't fix
won't fix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/photoprism#679
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @DdHms on GitHub (Jan 7, 2021).
Hi, Love the project and I think that one thing that could be very helpful would be to support word2vec for labels and insted of searching for the exact occurrence of a label allowing similar words to be searched. For example if a photo was tagged as elephant it should also be found when searching animal.
This could later be improved using a hierarchical to search through a dendrogram as in here
@graciousgrey commented on GitHub (Jan 7, 2021):
We already have categories for labels. If you search for animal the result shows photos labeled as cat, dog, elephant etc.
But for sure, later we can add more advanced logic :)
@DdHms commented on GitHub (Jan 10, 2021):
It doesn't seem to work here I have an image of an elephant made sure there was an elephant label, then searched for animal and did not find a thing
@ryancc9 commented on GitHub (Jan 10, 2021):
It works fine here. Searched for elephant and animal, both showed the same elephant pictures.
@ToXinE commented on GitHub (Sep 27, 2021):
word2vec is a great idea since it allows not only to do those categorization automatically but it also (and it's a far better reason to use it) allows a kind of translation of categories since they are english words only.