LCFractal / AIC21-MTMC

🏆The 1st place solution of track3 (City-Scale Multi-Camera Vehicle Tracking) in the NVIDIA AI City Challenge at CVPR 2021 Workshop.
MIT License
128 stars 35 forks source link

merge_reid_feature #7

Closed ccfarah closed 2 years ago

ccfarah commented 3 years ago

When trying to run the entire pipeline, I receive the following error: Traceback (most recent call last): File "merge_reid_feat.py", line 57, in main() File "merge_reid_feat.py", line 53, in main merge_feat(cfg) File "merge_reid_feat.py", line 25, in merge_feat feat_mode_dic = pickle.load(open(feat_pkl_file, 'rb')) FileNotFoundError: [Errno 2] No such file or directory: '/home/----/aic21-mtmc/datasets/detect_reid1/c041/c041_dets_feat.pkl'

Any thoughts?

LCFractal commented 3 years ago

Please check whether extract_image_feat.py runs successfully, and confirm that the pkl file is in the corresponding location "aic21-mtmc/datasets/detect_reid1/c041"