ZiMo Chen

Results 21 issues of 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?

![1664435166336](https://user-images.githubusercontent.com/35260648/192963343-b7812cf0-7158-4b4b-9215-c8be96e9669d.png) 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...

![1664019527214](https://user-images.githubusercontent.com/35260648/192095930-a19f5b42-3915-4009-aae4-80d532391cd1.png) 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...