xingyizhou / GTR

Global Tracking Transformers, CVPR 2022

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Arguments: Namespace(confidence_threshold=0.5, config_file='configs/quick_schedules/mask_rcnn_R_50_FPN_inference_acc_test.yaml', cpu=False, input=None, opts=[], output=None, video_input=None, webcam=None)

wlc17662354484 opened this issue · comments

commented

When I run the demo, I get the following error:
Traceback (most recent call last):
File "/root/autodl-nas/GTR/demo.py", line 103, in
cfg = setup_cfg(args)
File "/root/autodl-nas/GTR/demo.py", line 33, in setup_cfg
cfg.merge_from_file(args.config_file)
File "/root/detectron2/detectron2/config/config.py", line 45, in merge_from_file
assert PathManager.isfile(cfg_filename), f"Config file '{cfg_filename}' does not exist!"
AssertionError: Config file 'configs/quick_schedules/mask_rcnn_R_50_FPN_inference_acc_test.yaml' does not exist!
[02/26 19:18:23 detectron2]: Arguments: Namespace(confidence_threshold=0.5, config_file='configs/quick_schedules/mask_rcnn_R_50_FPN_inference_acc_test.yaml', cpu=False, input=None, opts=[], output=None, video_input=None, webcam=None)