ZiMo Chen
ZiMo Chen
Traceback (most recent call last): File "main.py", line 428, in main(args) File "main.py", line 388, in main wo_class_error=wo_class_error, args=args, logger=(logger if args.save_log else None) File "/home/cxq/.conda/envs/torch10/lib/python3.7/site-packages/torch/autograd/grad_mode.py", line 28, in decorate_context...
Traceback (most recent call last): File "main.py", line 427, in main(args) File "main.py", line 355, in main args.clip_max_norm, wo_class_error=wo_class_error, lr_scheduler=lr_scheduler, args=args, logger=(logger if args.save_log else None)) File "/home/cxq/dp_work/objectdetection/DN-DETR/engine.py", line 50,...
cannot import name '_LinearWithBias' from 'torch.nn.modules.linear'
Thank you for your work! Can you please provide the GFLOPs calculation code
what means “the same embeding space”
Hello, thank you for your work. I am very interested in your work and would like to reproduce your code. Is there anything special about your code when it is...
Hello, I am very interested in your work. Could you please provide me with the visualized code of Figure A and Figure B in Figure 1?
 proposal_cfg Hello, I would like to ask about the use of proposal_cfg, I did not find the relevant configuration in the configuration file, so there is no "Point Refinement"...
When I execute the code [cmd 0], I find a problem, as shown below. I found that the implementation of evaluation seems to be missing in the code. Could you...
 GPU=8 && LR=0.0001 && B=8 && PORT=10000 tools/dist_train.sh configs2/COCO/p2p/p2p_r50_fpn_1x_fl_sl1_coco400_coarse.py ${GPU} \ --work-dir ../TOV_mmdetection_cache/work_dir/COCO/p2p/p2p_r50_fpn_1x_fl_sl1_coco400_coarse/adam${LR}_1x_${B}b${GPU}g${V}/ \ --cfg-options optimizer.lr=${LR} data.samples_per_gpu=${B} When I run the above command, the above error occurs when the...