Skip to content

Use Jetson Nano with a camera to consume a RTSP, analyze and decorate the frames and sink them to a RTSP.The result should be frames with boxes around faces and if the face is recognized the name of the person. The Demo Box should hold a small DB with enrolled faces/names to match the found faces. Visualization should be done in a Web UI/Angular…

Notifications You must be signed in to change notification settings

amalm/facerec-box

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Face Recognition in a Box

Package a NVIDIA Jetson Nano with a camera in a box, use deep stream pipelines to detect, identify and decorate (rectangels and names of the person) and provide the result as RTSP stream to consume in for example VLC.

Structure:

  • api: api definitions
  • models: common models for detection, recognition, ...
  • pipeline: deep stream pipelines
  • enrollment: enrollment backend
  • enrollment-ui: unerollment web ui
  • hardware: design, specs, models, ...

About

Use Jetson Nano with a camera to consume a RTSP, analyze and decorate the frames and sink them to a RTSP.The result should be frames with boxes around faces and if the face is recognized the name of the person. The Demo Box should hold a small DB with enrolled faces/names to match the found faces. Visualization should be done in a Web UI/Angular…

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published