-
Currently, I am using the YOLOv7-tiny model on a Jetson device, which exhibits remarkable speed with an inference time of less than 20 milliseconds at a resolution of 640x640. However, when I attempte…
-
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/桌面/…
-
How to output datasets with evaluation accuracy of P, R, mAP, FPS, Gflops
-
Hello lyuwenyu,
First of all, thank you for your amazing work on RT-DETR! I’ve just started learning about object detection models, and I truly appreciate the innovations that make RT-DETR both fas…
-
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…
-
Hi, you said you converted the original Paddle weights to Pytorch. Can you provide the conversion script?
thanks
-
作者姐姐,pytorch版的backbone可以提供下嘛,比如resnet101,pphgnetv2。
-
Hi,
I tried from torchvision import data points and also from torchvision.prototype import datapoints, but I am still having ImportError: cannot import name 'datapoints' from 'torchvision' and Impo…
-
### 问题确认 Search before asking
- [X] 我已经搜索过问题,但是没有找到解答。I have searched the question and found no related answer.
### 请提出你的问题 Please ask your question
![image](https://github.com/user-attachments/as…
-
I am planning to use a pretrained weight file to fine-tune my custom dataset with transfer learning. My dataset has 5 categories, whereas I anticipate that the rt-detr weight file is designed for 80 c…