JunweiLiang / Object_Detection_Tracking

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. WACVW'20
MIT License
488 stars 134 forks source link

question about multi-camera tracking and ReID #39

Open Nirvana93 opened 3 years ago

Nirvana93 commented 3 years ago

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 --vehicle_reid_model reid_models/vehicle_reid_res101.pth \ --person_reid_model reid_models/person_reid_osnet_market.pth --use_lijun \ --feature_box_num 100 --feature_box_gap 3 --spatial_dist_tol 100 but i have no idea about how to get "camera_group.json" and "top_down_north_up.json", would you please tell me how to get this two files?

JunweiLiang commented 3 years ago

Thanks. I don't plan on releasing the full code and instructions for this part in the near future. Please check back later.

FrankMMMMMM commented 1 year ago

@JunweiLiang Could you share "Camera_group.json" and "Top_down_north_up.json"?