-
**Star RTDETR**
请先在RTDETR主页点击**star**以支持本项目
Star RTDETR to help more people discover this project.
---
**Describe the bug**
A clear and concise description of what the bug is.
If applicabl…
-
https://github.com/facebookresearch/detr/issues/101
-
I have found the pretrained models for paddle version, but the pytorch pretrained model seems not be released.
-
Hi, I found that compared to other DETR variants, the q and k dimensions in SAM cross-attention use SPx8 to be higher. I would like to ask if it is fairer to compare with SPx1.
-
The paper mentions
> For each object query, the 2-d normalized coordinate of the reference point p_q is predicted from its object query embedding via a learnable linear projection followed by a si…
-
## 🐞Describing the bug
- I'm trying to convert a minimal example of DETR into CoreML
- The model successfully trains and I can trace the model
- At the time of conversion I get an error about misma…
-
b导,我在跑您的detr代码时,训练10个epoch没问题,但是在每十个epoch计算一次mAP的时候报错:
File "/opt/data/private/detr/utils/utils_bbox.py", line 31, in forward
boxes = boxes * scale_fct[:, None, :]
RuntimeError: expected device cud…
-
### My actions before raising this issue
- [x] Read/searched [the docs](https://github.com/cvat-ai/cvat/tree/master#documentation)
- [x] Searched [past issues](/issues)
Hello @cvat-maintainer…
-
您好,非常感谢您开源这项工作,目前我在训练silence detr with focalnet as the backbone, 发现两个问题:1 cuda out of memory. 我采用3090来训练,并且batch_size=2。2 如何进行断点续训, 我尝试在 train_config文件中设置“resume_from_checkpoint = /hy-tmp/2024-05-09-2…
-
Could you give us a introduce about RTRDet?
Such as the architecture of it and the progress of it?
Thank you.