-
I am trying to train RT-DETR Pytorch on VisDrone dataset which has 10 classes. I converted the custom dataset's annotations to COCO format and changed the following:
'img_folder' and 'ann_file' pa…
-
**Star RTDETR**
请先在RTDETR主页点击**star**以支持本项目
**Hi Sir @lyuwenyu**, i am trully sorry if my question is low level but
I would like to understand something that is not clear to me.
![image](https:/…
-
**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 YOLOv8 [issues](https://github.com/ultralytics/ultralytics/issues) and found no similar bug report.
### YOLOv8 Component
Training
### Bug
Train…
-
### 是否愿意提交PR Are you willing to submit a PR?
- [x] Yes I'd like to help by submitting a PR!
-
### 问题确认 Search before asking
- [X] 我已经搜索过问题,但是没有找到解答。I have searched the question and found no related answer.
### 请提出你的问题 Please ask your question
请问加载后模型后,训练好的object queries的weight在trainer或者mod…
-
### 问题确认 Search before asking
- [X] 我已经搜索过问题,但是没有找到解答。I have searched the question and found no related answer.
### 请提出你的问题 Please ask your question
在rtdetr训练过程中,频发以下类似报错。
且该报错往往发生在模型已经完成几个epoch训…
-
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 question and found no related answer.
### 请提出你的问题 Please ask your question
# training on single-GPU
export CUDA_VISIBLE_D…
-
Hello, I tried YOLO RT-DETR for detection and met the following question. I used " yolo train data=mydata.yaml model=rtdetr-l.pt epochs=50 imgsz=640 device=0" and it ran OK, but when I use "yolo pr…