-
您好,非常感谢您功效的代码。
在多卡训练时出现了卡死,然后报NCCL通信超时的错误,看了RT-DETR中的一个解决方案是vfl的loss为nan时返回0。但是改过后模型依然卡死,进行了bug发现卡死的位置在loss之后的scaler.scale(loss).backward()。请问有什么解决方案吗?下图是在det_engine.py中插入的print:
![JPEG_20241108_111…
-
Implement this paper
https://openreview.net/pdf?id=gZ9hCDWe6ke
```
DETR has been recently proposed to eliminate the need for many hand-designed
components in object detection while demonstrati…
-
when using the code with DETR models I find it incompatible. I think the tracing doesn't work well with DETR. Has anyone used it with any implementation of DETR ?
In my case. If I restrict the pru…
-
https://arxiv.org/pdf/2005.12872.pdf
https://github.com/facebookresearch/detr
-
Hi,
First thank your very much for your work. It adds a huge improvement to DETR family.
And your paper was really well explained and written.
Also thank you for publishing your code & models, i…
-
### Search before asking
- [X] I have searched the YOLOv8 [issues](https://github.com/ultralytics/ultralytics/issues) and [discussions](https://github.com/ultralytics/ultralytics/discussions) and fou…
-
Hi there,
Since a few months, the RT-DETR is officially supported by the Hugging Face Transformers library 🤗
It enables easy inference as well as fine-tuning.
# Resources
* RT-DETR docs: …
-
Hello, I thoroughly enjoyed reading your paper, "Object-aware Adaptive-Positivity Learning for Audio-Visual Question Answering."
I am writing to ask about the code provided for the paper. I am tryi…
-
Hi. Thank you for great work.
I am trying to run inference.py with command
```
python inference.py --index 8789 --pretrained checkpoints/detr-r50-hicodet.pth --use_insadapter --num_classes 117 …
-
你好,关于demo的结果 我想问下 英文是没有文档标题吗?正文上面的应该是标题吧,
还有推理的时候显示这种问题, 我安装了paddle-gpu有各种问题 后面是直接安装的paddle
E1029 10:50:45.851501 136077 analysis_config.cc:126] Please use PaddlePaddle with GPU version.
E1029 10…