Skip to content

Latest commit

 

History

History

sense

Camera based Real-time Analytics on Movements of People (CRAMP)

We are developing a system for generating realtime analytics on movements of people in a multiple camera monitored environment.

  • Ground Mapped Human Movement Analytics.
  • Aggregrated Analytical Maps.
    • Human Density Maps
    • Head Direction Maps
    • Speed Bound Maps
  • Per Person Level Analytics using Short Term Re-Identification and Tracking.

CRAMP_SENSE is the Camera Module of system which is responsible for

  • Detecting New Persons
  • Mapping of detected persons to world space. (Ground Place Mapping)
  • Tracking of Persons (for purpose of detecting new persons)
  • Obtain snapshots (for re-id purpose) of newly detected persons.
  • Communicating results to Analytics Core.

Running the Code

  1. Obtain and Configure OpenPose System.
  1. Compile and Configure OpenPersonDetectorAPI
  2. Set LD_LIBRARY_PATH env variable as [OPENPOSE_CAFFE_HOME]/build/lib/:[CUDA_HOME]/lib64:[OPENPOSE_HOME]build/lib:[Python3.5_Path]/dist-packages
  3. Obtain test videos.
  4. Run
  • LivePreview.py to obtain Live Preview of Detection, Mapping and Tracking.
  • CamServer to run Camera Module Server.

Contributors