nextcloud / nextcloud/recognize
Add a way for user to judge: "This is not a person"
Nobody has claimed this yet.
- Dominant language
- PHP
- Stars
- 699
- Forks
- 68
- Avg merge
- 1d 4h
- Merged PRs (30d)
- 5
Description
Describe the feature you'd like to request
I have a lot of faces in the unclustered (NULL) area. Sometimes, some of them get readded to existing clusters, or new shit-clusters are created with them. Often, these are just random faces of passersby in the background or even none-faces.
Here are some examples.
It's totally acceptable for me that the face recognition is not perfect, but I would like to be able to fix the errors manually. And once fixed they should stay fixed.
Describe the solution you'd like
I would like to remove misdetections completely, so I don't have to worry about them being re-clustered.
Describe alternatives you've considered
Adding all NULL faces to an "Unknown" (shit-)cluster. However, this could cause a problem that newly detected faces might get added to this cluster, too.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
The issue names no source files, tests, or entry points. Start by locating the flows for unclustered faces, face clustering, and reprocessing, then determine where a user decision can be stored; done means marked misdetections are removed and are not clustered again while newly detected faces remain unaffected.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- php
- Domain
- computer-vision, machine-learning
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100