mirror of
https://github.com/photoprism/photoprism.git
synced 2026-03-02 22:57:18 -05:00
People: Make face recognition results independent of thumbnail size #1490
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#1490
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 @alexislefebvre on GitHub (Jul 8, 2022).
Is your feature request related to a problem? Please describe.
Configuring the size of thumbnails can affect the face recognition negatively.
This was added as a warning:
source
Describe the solution you'd like
Perform face recognition on :
Describe alternatives you've considered
Additional context
@lastzero commented on GitHub (Jul 8, 2022):
We could automatically increase the minimum thumb size if face recognition is enabled, but that may conflict with the config options. Just like on demand generation may conflict. IMHO it's best not to tinker too much and keep the defaults.
@alexislefebvre commented on GitHub (Jul 8, 2022):
Fair enough, I used a trick to reduce the generation of thumbnails but now I will favour the facial recognition. I'll restore the thumbnail sizes to default values and see how it works. And #1874 will avoid redundant thumbnails.
@gyto6 commented on GitHub (Jul 15, 2022):
If we could use the original instead of the thumbnail, it could be better for users (as me) and profesionnals, with a dedicated server.
Furthermore, with the Pull #2478, it could be better for external client to access the originals instead of thumbnails.
Thumbnails is great for Photoprism as this is one of the tricks that make it popular, but some companies or sponsors might prefers access to a picture with its full definition.
@lastzero commented on GitHub (Jul 15, 2022):
TensorFlow models expects specific crops, you can't just use the original. Pure detection without recognizing on an original might work, but will be super slow and the "faces" it might find will be tiny on a regular screen.
@gyto6 commented on GitHub (Jul 15, 2022):
You know better than me.
A simple suggestion as Deepstack works fine with original files for detection and recognition as far that I tested it.
I'm simply stuck by now with many faces not detected or false positive and it might be another option instead of waiting for TF2 integration with/without new models and with/without GPU acceleration.
Thanks again whatever, I'll already wouldn't have classed my pictures this well without your solution.
@Rathna-K commented on GitHub (Jan 18, 2023):
can this be done on the Original and limit the number of thumbnail generation? with 350GB originals, I am going to have significant storage added for thumbs alone...