You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jun 5, 2024. It is now read-only.
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?