-
Hi there!
Thank you for your question. Currently, the RT-DETR models provided in the Ultralytics repository do not include configurations for ResNet18 and ResNet34. The available conf…
-
### 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…
-
I just started using RT-DETR.
The checkpoint of `rtdetrv2_r18vd_120e_coco_rerun_48.1.pth`
has around 77 MB, but after running this command,
`python tools/train.py -c configs/rtdetrv2/rtdetrv2_r18v…
-
### 问题确认 Search before asking
- [X] 我已经搜索过问题,但是没有找到解答。I have searched the question and found no related answer.
### 请提出你的问题 Please ask your question
https://blog.csdn.net/CVHub/article/details/130…
-
Not init distributed mode.
Traceback (most recent call last):
File "train.py", line 50, in
main(args)
File "train.py", line 24, in main
cfg = YAMLConfig(
File "/home/gxu4090x2/桌面/…
-
# Star this repo, keep following news
finetune doc
- https://github.com/lyuwenyu/RT-DETR/tree/main/rtdetr_paddle#finetune
discussions
- https://github.com/PaddlePaddle/PaddleDetection/…
-
![image](https://github.com/lyuwenyu/RT-DETR/assets/44900829/eb70fadc-fafb-4b53-aeeb-fb8b19d50c01)
![image](https://github.com/lyuwenyu/RT-DETR/assets/44900829/6eea488a-0d99-4ed3-92bc-9418e168b03c)
…
-
作者您好!我在使用RT-DETR-R50训练AI-TOD,出现报错:
`[12/14 20:28:51] ppdet.data.source.coco WARNING: Illegal image file: /root/autodl-tmp/AI-TOD/train/3b444d792.png, and it will be ignored
Traceback (most recent ca…
-
I was trying to do people detection and was experimenting on the models. attached in this repository and one with ultralytics-rtdetr
This are my observation
1. Ultralytics model perform much bet…
-
Hi there,
sorry for a newbie question, but I can't find the answer anywhere. Could anyone advise me how to load a RT-DETR model from .pth checkpoint file for use in object detection? In the README …