Object_Detection_Tracking icon indicating copy to clipboard operation
Object_Detection_Tracking copied to clipboard

question about multi-camera tracking and ReID

Open Nirvana93 opened this issue 2 years ago • 2 comments

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?

Nirvana93 avatar Jul 28 '21 08:07 Nirvana93

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

JunweiLiang avatar Jul 28 '21 09:07 JunweiLiang

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

FrankMMMMMM avatar Jul 23 '23 14:07 FrankMMMMMM