Skip to content

Face Parameters

Simeon ADEBOLA edited this page Aug 31, 2018 · 13 revisions

The Face Detection and Recognition module comes with a drag-and-drop people registration tool for predefined people recognition. To use this tool run:

rosrun recognition drag_and_drop.py

Topics

The following topics are available:

/face_recognition/people_tracks
/face_recognition/people_names

people_tracks contains tracked people. The data are same as /tracker/people_tracks except that people IDs are replaced according to face recognition results. If a person ID is larger than 10000, it means that his/her face has not been recognized by the system yet.

people_names is the result of predefined people recognition. It contains associations between people IDs and predefined people names.

See here next for guidelines on running Face Detection and Recognition in a Multi-Sensor configuration

Setting Up an OpenPTrack v2 System:

Running OpenPTrack v2:

Tracking GUI

How to receive tracking data in:

  1. Tested Hardware
  2. Network Configuration
  3. Imager Mounting and Placement
  4. Calibration in Practice
  5. Quick Start Example
  6. Imager Settings
  7. Manual Ground Plane
  8. Calibration Refinement (Person-Based)
  9. Calibration Refinement (Manual)

OPT on the NVidia Jetson

Clone this wiki locally