-
![屏幕截图 2024-11-13 221304](https://github.com/user-attachments/assets/c769ef32-d6e2-4f03-b970-8641ea5d8b15)
想运行推理一张图片时,遇到下面的错误:
ModuleNotFoundError: No module named 'src'
命令行代码:python rtdetrv2_pytor…
-
https://arxiv.org/abs/2407.17140
---
I will release the rtdetrv2 soon, which will provide a better deployment experience and higher accuracy.
**You can start this repo to follow news**
…
-
### 问题确认 Search before asking
- [X] 我已经查询[历史issue](https://github.com/PaddlePaddle/PaddleDetection/issues),没有发现相似的bug。I have searched the [issues](https://github.com/PaddlePaddle/PaddleDetection/issu…
-
**Describe the bug**
I'm trying to train RT DETR model on custom dataset
This is the error I'm getting
Traceback (most recent call last):
File "/RT-DETR/rtdetrv2_pytorch/tools/train.py", line …
-
在export 为onnx过程中一直报错说
" with open(base_yaml) as f:
FileNotFoundError: [Errno 2] No such file or directory: '../dataset/coco_detection.yml'"
但其实这里面已经有了这个文件的
![image](https://github.com/user-at…
-
../aten/src/ATen/native/cuda/IndexKernel.cu:92: operator(): block: [86,0,0], thread: [123,0,0] Assertion `-sizes[i]
-
**Star RTDETR**
请先在RTDETR主页点击**star**以支持本项目
Star RTDETR to help more people discover this project.
---
**Describe the bug**
![image](https://github.com/user-attachments/assets/9b374f22-a98…
-
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…
-
We trained custom rtdetrv2 models using multi-gpu setting. With single gpu training it works fine. But when we utilized multi-gpus training is just hanging in the first epoch for a longer time. We hav…
-
Not init distributed mode.
Traceback (most recent call last):
File "C:\Users\Administrator\Desktop\detr\rt-detr\RT-DETR-main\rtdetrv2_pytorch\tools\train.py", line 65, in
main(args)
File …