ageitgey / ageitgey/face_recognition
Cannot recognize person from far distance>2 meter
Nobody has claimed this yet.
- Dominant language
- Python
- Stars
- 56.8k
- Forks
- 13.7k
- PR merge metrics
- No merged PRs in 30d
Description
- face_recognition version: Latest
- Python version: 3.6
- Operating System: ubuntu 16.04
- CCTV IP example 10.2.0.3
we tried with this command also
face_locations = face_recognition.face_locations(rgb_frame, number_of_times_to_upsample=2)
and also varied the number_of_times_to_upsample from 0 to 5
but it's not working and the video is also lagging
as we are streaming the video from the CCTV using RTSP protocol
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 report points to face_recognition.face_locations with number_of_times_to_upsample and an RTSP CCTV stream, but names no source file or test. Start by reproducing the far-distance detection and video lag with the stated Python, Ubuntu, and stream setup while varying the reported upsample values. Done would require a clearly identified cause and a verified improvement in detection or streaming performance.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- computer-vision, performance
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100