Object_Detection_Tracking icon indicating copy to clipboard operation
Object_Detection_Tracking copied to clipboard

Out-of-the-box code and models for CMU's object detection and tracking system for multi-camera surveillance videos. Speed optimized Faster-RCNN model. Tensorflow based. Also supports EfficientDet. WAC...

Results 5 Object_Detection_Tracking issues
Sort by recently updated
recently updated
newest added

Thank you for your awesome work! I want to affirm if the tmot is real time? I noticed you used a for loop when dealing with multiple cameras in multi-video-reid.py:...

Thanks for the great work on multi-cam tracking, it helped me a lot. I would like to ask you, is the code you provided for multi-camera tracking and reid working?...

Hi thanks for your great work, i want test multi-camera tracking and ReID with the following command ` python multi_video_reid.py fpnr50_multib8thread_trackout_1280x720_tmot_reid/ \ camera_group.json meva-data-repo/metadata/camera-models/krtd/ top_down_north_up.json \ videos/ multi_reid_out/ --gpuid 0...

Can you provide the model used by multiple cameras tracking? Thank you @JunweiLiang

Hi When I am trying to run code, it throws an error at this point. It is exactly at session.run point. How can I resolve this error? I am using...