QueryDet-PyTorch
QueryDet-PyTorch copied to clipboard
[CVPR 2022 Oral] QueryDet: Cascaded Sparse Query for Accelerating High-Resolution Small Object Detection
I only have a 3070 on my computer. When I started training, it kept showing "CUDA out of Memory". I would like to ask whether a single GPU can complete...
Could you report the performance of QueryDet on MSCOCO test-dev?
from models.querydet.detector import RetinaNetQueryDets RetinaNetQueryDet多加了一个s
Hello author, your job is very good. Can you answer the meaning of the following code for me? for i in range(-1*self.context, self.context+1): for j in range(-1*self.context, self.context+1): sparse_ys.append(ys+i) sparse_xs.append(xs+j)...
Hello author, your job is very good. Can you answer the meaning of the following code for me? for i in range(-1*self.context, self.context+1): for j in range(-1*self.context, self.context+1): sparse_ys.append(ys+i) sparse_xs.append(xs+j)...
Traceback (most recent call last): File "train_coco.py", line 15, in launch( File "/home/lei/anaconda3/envs/py38/lib/python3.8/site-packages/detectron2/engine/launch.py", line 82, in launch main_func(*args) File "/home/lei/Project/QueryDet-PyTorch-main*/train_tools/coco_train.py", line 177, in start_train return trainer.train() File "/home/lei/Project/QueryDet-PyTorch-main*/apex_tools/apex_trainer.py", line 227,...
File "/home/xxx/project/QueryDet-PyTorch-main/apex_tools/apex_trainer.py", line 278, in build_model model = build_model(cfg) File "/home/xxx/project/QueryDet-PyTorch-main/train_tools/coco_train.py", line 146, in start_train model = Trainer.build_model(cfg) File "/home/xxx/project/QueryDet-PyTorch-main/train_coco.py", line 21, in args=(args,), This bug is encountered during debugging....
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...
Can anyone successfully run this project, please tell me your versions, thx