exadel-inc / exadel-inc/CompreFace
Track faces to improve recognition
- Dominant language
- Java
- Stars
- 8.3k
- Forks
- 1.2k
- PR merge metrics
- No merged PRs in 30d
Description
* Describe what you are trying to accomplish and why in non technical terms
Track faces it received from double take (might be better to implement this on double take side) so it does not need to keep matching faces and potentially choose a lower match at some point. Once a face with good match and percentage is received, track it across a camera (or cameras e.g. a recognised face can't exist on more then one camera, and if it does, flag it for potential spoofing)
This will:
-Improve recognition
-Lower cpu and overhead
-Implement spoofing
-If the tracked face goes to a place with a small recognition box, it won't have to rely on small images but can use the previously recognised face instead.
* Describe the solution you'd like
Track faces or the object attached to it to lower cpu and improve recognition.
Describe alternatives you've considered
Doubletake, to which i will also suggest this.
* Additional context
Add any other context or screenshots about the feature request here.
Contributor guide
Assessment
This issue has not been assessed yet.