zjhuang22 / maskscoring_rcnn

Codes for paper "Mask Scoring R-CNN".
MIT License
1.9k stars 378 forks source link

Traceback (most recent call last): File "/data/zzx4985/CLIPREID/CLIP-ReID-master/train.py", line 37, in <module> cfg.merge_from_file(args.config_file) File "/home/gpu/anaconda3/envs/CLIPREID/lib/python3.8/site-packages/yacs/config.py", line 213, in merge_from_file self.merge_from_other_cfg(cfg) File "/home/gpu/anaconda3/envs/CLIPREID/lib/python3.8/site-packages/yacs/config.py", line 217, in merge_from_other_cfg _merge_a_into_b(cfg_other, self, self, []) File "/home/gpu/anaconda3/envs/CLIPREID/lib/python3.8/site-packages/yacs/config.py", line 478, in _merge_a_into_b _merge_a_into_b(v, b[k], root, key_list + [k]) File "/home/gpu/anaconda3/envs/CLIPREID/lib/python3.8/site-packages/yacs/config.py", line 491, in _merge_a_into_b raise KeyError("Non-existent config key: {}".format(full_key)) KeyError: 'Non-existent config key: DATASETS.OUTPUT_DIR' #118

Open zzx4985 opened 2 months ago