-
### 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…
-
**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…
-
### Search before asking
- [X] I have searched the Ultralytics YOLO [issues](https://github.com/ultralytics/ultralytics/issues) and [discussions](https://github.com/ultralytics/ultralytics/discussi…
-
指令:python run.py --config_path=./configs/rtdetr_hgnetv2_x_qat_dis.yaml --save_dir='./output/' --devices='gpu'
配置nms为False
Global:
reader_config: configs/rtdetr_reader.yml
include_nms: False
…
-
this is my command:
python3 export_rtdetr_ultralytics.py -w rtdetr-l.pt --simplify --batch 4 -s 640
and got this error:
```
python3 export_rtdetr_ultralytics.py -w rtdetr-l.pt --simplify -…
-
## code
https://github.com/lyuwenyu/RT-DETR/tree/main/rtdetr_pytorch
## weight
[rtdetr_r18vd_5x_coco_objects365_from_paddle.pth](https://github.com/lyuwenyu/storage/releases/download/v0.1/r…
-
**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…
-
**Star RTDETR**
请先在RTDETR主页点击**star**以支持本项目
Star RTDETR to help more people discover this project.
---
**Describe the bug**
训练了一下发现和其它如faster rcnn与yolo有较大差别,是因为voc数据量不够吗,用的resnet18做backbone
…
-
Hi, in the RTDETR paper, the network was trained for a batch size of 4 for 4 GPUs.
Why did you choose such a small batch size and would you expect better results with a larger batch?
Many thanks…
-
Hi,
I cannot convert rtdetr (L - version) model from Ultralytics framework neither using directly export command (see attached "export_rtdetr.txt" file and "export_rtdetr_error.txt") neither using on…