-
Hello,
thank you for sharing good works.
I found pretrained weights of (r18, r50, r101)-based RTDETR on Objects365.
But I'd like to train and test R34-based one on COCO using pretrained weights o…
-
作者你好,请问我训练自己的训练集出现这个问题是什么原因
Traceback (most recent call last):
File "C:\Users\zhanghaojie\Desktop\tarin\sourceofRT-DETR\RT-DETR-main\rtdetr_pytorch\tools\train.py", line 48, in
main(args)
…
-
Hello,
After every epoch rtdetr_pytorch makes a checkpoint file,
Which i want to disable , i want only the best and the last ckpt
I've tried to look for in configs but i cannot find it anywhe…
-
I encountered an out-of-memory issue while training on the COCO dataset using rtdetr_pytorch. The memory usage (not GPU memory) increases gradually with each step. After 2 epochs, it runs out of 188GB…
-
### Search before asking
- [X] I have searched the YOLOv8 [issues](https://github.com/ultralytics/ultralytics/issues) and found no similar bug report.
### YOLOv8 Component
_No response_
### Bug
…
-
### 问题确认 Search before asking
- [X] 我已经搜索过问题,但是没有找到解答。I have searched the question and found no related answer.
### 请提出你的问题 Please ask your question
环境
OS: docker (windows)
paddlecloud/paddledet…
-
### 问题描述 Please describe your issue
为什么我下载的PaddleDetection里没有rtdetr呢
-
### 问题确认 Search before asking
- [X] 我已经查询[历史issue](https://github.com/PaddlePaddle/PaddleDetection/issues),没有发现相似的bug。I have searched the [issues](https://github.com/PaddlePaddle/PaddleDetection/issu…
-
我只修改了数据集,为什么我在RTX3060上使用pytorch版本configs/rtdetr/rtdetr_r18vd_6x_coco.yml,训练数据集6000张需要4-5min,测试集2000张需要45s。而yolov8只要1.3min和17s,请求大佬指导下,比较急需
-
作者您好,我在使用pytorch版本rt-detr训练自己数据集时,num_classes设为 真实类别数+1 能正常训练,但设为 真实类别数 时出现以下报错,另外使用paddle版本的时候没这个问题
File "C:\pycharm project\RT-DETR-main\rtdetr_pytorch\tools\..\src\zoo\rtdetr\matcher.py", line…