-
Notifications
You must be signed in to change notification settings - Fork 65
Pose Single Camera
To run just pose annotation on a single camera, run the following command:
roslaunch tracking single_camera_tracking_node.launch enable_pose:=true enable_people_tracking:=false enable_object:=false
It is also possible to run with other modules activated by setting the enable flags for the modules to true. For example, the command below sets all modules to true:
roslaunch tracking single_camera_tracking_node.launch enable_pose:=true enable_people_tracking:=true enable_object:=true
Note: Depending on your graphic processor, running pose annotation with the other two modules activated may be too much for your node.
Once the command is running, a rviz window will automatically open. Rviz is used for visualizing data in OPT. See here for instructions on visualizing data in OPT. You can choose your topics and subsequently save the configuration. OPT v2 comes with a default rviz configuration: SingleCameraTracking.rviz.
You also have the option to view the image as captured by the sensor by checking the SimpleImage option.
- System Requirements
- Supported Hardware
- Initial Network Configuration
- Example Hardware List for UCLA Setup
- Making the Checkerboard
- Time Synchronization
- Pre-Tracking Configuration
- Camera Network Configuration
- Single Camera
- Setting Parameters
- Multi-Sensor Person Tracking
- HOG vs YOLO Detectors
- World Coordinate Settings
- Single Camera
- Pose Initialization
- Multi Sensor Pose Annotation
- Pose Best Practices
- Setting Parameters
- Single Camera
- Setting Parameters
- Multi Sensor Object Tracking
- YOLO Custom Training & Testing
- Yolo Trainer
- Single Camera
- Setting Parameters
- Multi Sensor Face Detection and Recognition
- Face Detection and Recognition Data Format
How to receive tracking data in: