DN-DETR icon indicating copy to clipboard operation
DN-DETR copied to clipboard

[CVPR 2022 Oral] Official implementation of DN-DETR

Results 36 DN-DETR issues
Sort by recently updated
recently updated
newest added

D:\anaconda3.9\envs\zj\python.exe F:/1chen/DETR/jin/dn/DN-DETR/main.py Not using distributed mode [08/13 08:31:54.869]: git: sha: a59a5de5bf784f196e15bffed3145d05d5a9126a, status: has uncommited changes, branch: main [08/13 08:31:54.869]: Command: F:/1chen/DETR/jin/dn/DN-DETR/main.py [08/13 08:31:54.869]: Full config saved to log/r50\config.json [08/13 08:31:54.869]:...

Hi!I'm in trouble I train my own datase with pre-trained models --pretrain_model_path checkpoint.pth the result error: Traceback (most recent call last): File "C:/Users/20825/Desktop/detr_code/DN-DETR-main/main.py", line 426, in main(args) File "C:/Users/20825/Desktop/detr_code/DN-DETR-main/main.py", line...

First, thanks for your excellent work,but I hava a question. The Figure 3b in paper. Does it contain denoising part? or omitted it in this figure. I read the issue...

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...

If I use my own dataset, where do I need to change, the AP I get with my own dataset is 0.0?

Hi there, Amazing Job!! Thanks for your guys~ I am wondering if you use this model for the object detection detection. Could you release your inference code? Thanks for your...

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,...

Hi, First of all, thanks for uploading your code. Please tell me with what parameters you need to run your code in order to repeat the results from the article.

When I try to use mixed precision training, the program reports an error: Traceback (most recent call last): File "main.py", line 414, in main(args) File "main.py", line 335, in main...