ageitgey / ageitgey/face_recognition

Cannot recognize person from far distance>2 meter

Open
#759 2 comments 1 reaction 0 assignees View on GitHub

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

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.