Skip to content

Face Single Camera

bsubbaraman edited this page Jan 14, 2020 · 6 revisions

To run face detection and recognition on a single camera, take the following steps:

  • Ensure person tracking and detection is running. See here.

  • Next, launch the face detection and feature extraction nodes:

    roslaunch recognition face_detection_and_feature_extraction.launch sensor_name:="kinect2_head"

  • Next start the face recognition node:

    rosrun recognition face_recognition_node

  • To visualize, run the recognition_visualization_node:

    rosrun recognition recognition_visualization_node.py

See here next for some available parameters in the Face Detection and Recognition module.

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