-
您好,我想问下pytorch版本的DT-DETR在评估时FPS该怎么查看啊,我现在使用了个数据集跑了rtdetr_r18,但是评估时不知道对应的FPS怎么查看
-
How do I set up not to use pre-trained models in the backbone network?
-
作者好!我想画一个热力图,但是找不到放热力图代码的地方。请问RT-DETR对于输出热力图有相关代码或者教程吗
-
如果想给RT-DETR换detection库的ppdet里的主干的话,主干网络的预训练权重在哪下载(backbone里没给出链接),是否可以用clas库里的预训练权重
-
### Describe the issue
When attempting to run https://huggingface.co/onnx-community/rtdetr_r50vd on WebGPU, I receive the following error:
![image](https://github.com/microsoft/onnxruntime/assets/26…
-
RT-DETR加上DFL会不会效果更好一点
-
### 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…
-
### Search before asking
- [X] I have searched the Ultralytics YOLO [issues](https://github.com/ultralytics/ultralytics/issues) and found no similar bug report.
### Ultralytics YOLO Component
Trai…
-
想问下作者,rt-detr编码器部分为什么只设置一个transformer层,如果backbone输出的三层特征都设置transformer层,性能上会得到提升嘛
-
https://github.com/lyuwenyu/RT-DETR/blob/2b88d5d53bcbfbb70329bc9c007fdf7e76cf90dc/rtdetr_pytorch/src/zoo/rtdetr/rtdetr_postprocessor.py#L53
这里使用是模型直接输出结果,未乘上图片尺寸,paddle版本无论是否use_focal_loss,都是使用还原尺寸…