mirror of
https://github.com/photoprism/photoprism.git
synced 2026-03-02 22:57:18 -05:00
Labels on the images #1035
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#1035
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 @monotok on GitHub (Jul 24, 2021).
Originally assigned to: @lastzero on GitHub.
Hello,
I have been trying out a few different self hosted photo managers and so far I really like photoprism. One thing I liked with photonix is the images show rectangles around different objects that were detected in the image. It seemed pretty good and you could click off the image and it would disappear.
Screenshot from their demo site.
Do you think this is something that might be added?
Thanks very much.
@lastzero commented on GitHub (Jul 24, 2021):
We can build this too, but using a model seemingly built for autonomous vehicles doesn't add much value to a photography app in my opinion - other than it looks cool as a proof of concept. How many and what types of objects does this support? All the examples I've seen so far are some form of vehicle...
While we love to get feature requests, there are a ton of other features on our roadmap already that probably add more value for most users. So even if we do it, it has to wait until next year.
@monotok commented on GitHub (Jul 24, 2021):
I assumed this would be a low priority as there would be many more important features. From what I can tell when photonix scanned my whole library (28k) it would do this for anything it could detect; eg the labels that get detected in photoprism. As far as I am aware they both use tensorflow.
So for example, it would draw things like; women, man, clothing, wheel, rocks etc. It also does this for face recognition (yellow box).
I guess apart from being pretty cool; it allows you to see the labels without going to the edit tab.
@lastzero commented on GitHub (Jul 24, 2021):
TensorFlow is just a general ML library, the models are vastly different in many aspects. While we use an "image classification" model, photonix uses an "object detection" model - which are typically trained with less labels for a more specific use case, like for autonomous vehicles (which also need to recognize people and rocks, so that cars don't crash into them). Adding support for additional models is something we will look into next year.
see https://www.tensorflow.org/lite/examples/image_classification/overview#uses-and-limitations
@monotok commented on GitHub (Jul 24, 2021):
Arh, that makes sense. Thanks for clearing that up!