Skip to content

Latest commit

 

History

History
20 lines (18 loc) · 1.31 KB

README.md

File metadata and controls

20 lines (18 loc) · 1.31 KB

CROWDBOT_perception

This is the perception pipeline for the CROWDBOT project, featuring person detection and tracking from multi-sensor modalities. The project is based on earlier works from the SPENCER project[repo], [repo]. New features include:

  • Adaption for operating on Jetson AGX
  • YOLOv3 with TensorRT acceleration for fast RGB-based person detection
  • DROW3/DR-SPAAM for person detection with 2D LiDAR sensors
  • [OPTIONAL] Optical flow aided tracking
  • [OPTIONAL] 3D person pose analysis
  • [OPTIONAL] Person ReID

For setting up, refer to rwth_crowdbot_launch/README.md.

Acknowledgement