QueryDet-PyTorch
QueryDet-PyTorch copied to clipboard
Exception has occurred: ScannerError mapping values are not allowed here
Exception has occurred: ScannerError
mapping values are not allowed here
in "/home/xxx/project/QueryDet-PyTorch-main/models/config.py", line 5, column 29
File "/home/xxx/project/QueryDet-PyTorch-main/train_tools/coco_train.py", line 135, in setup
cfg.merge_from_file(args.config_file)
File "/home/xxx/project/QueryDet-PyTorch-main/train_tools/coco_train.py", line 143, in start_train
cfg = setup(args)
File "/home/xxx/project/QueryDet-PyTorch-main/train_coco.py", line 21, in