Skip to content

Simultaneous object detection and tracking using center points.

License

Notifications You must be signed in to change notification settings

Hayoung93/CenterTrack

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Fixed some code for running demo videos.

run example: python demo.py tracking --load_model ../videos/coco_tracking.pth --demo /workspace/CenterTrack/videos/demo2.mp4 --save_video --debug=4

Please refer to xingyizhou/CenterTrack for installation & etc., but it will cause some problem.

My suggestion (seaching among opened/closed issues):

install torch 1.4.0+cu100, torchvision 0.5.0+cu100 with pip

install DCNv2, following guide from original repo

re-install cv2

(also you might need to run apt install libgl1-mesa-glx, apt install libglib2.0-0)

run for demo! I believe that you can handle minor errors :)

About

Simultaneous object detection and tracking using center points.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 98.9%
  • Shell 1.1%