-
### 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…
-
![屏幕截图 2024-11-13 221304](https://github.com/user-attachments/assets/c769ef32-d6e2-4f03-b970-8641ea5d8b15)
想运行推理一张图片时,遇到下面的错误:
ModuleNotFoundError: No module named 'src'
命令行代码:python rtdetrv2_pytor…
-
命令:(rtdetr) root@autodl-container-d8bc11a952-991f7f93:~/RT-DETR-main/rtdetr_pytorch# python tools/train.py -c configs/rtdetr/rtdetr_r18vd_6x_coco.yml
Not init distributed mode.
Start training
Load …
-
paddle | torch
---| ---
[rtdetr_r18vd_6x_coco_log.txt](https://github.com/lyuwenyu/RT-DETR/files/12038864/rtdetr_r18vd_dec3_6x_coco_log.txt) |
[rtdetr_r34vd_6x_coco_log.txt](https://github.com/l…
-
先按要求复制到环境:
cp -r ultralytics /home/kk/miniconda3/envs/rtdetr/lib/python3.10/site-packages/
在多gpu上进行训练出错,出错提示如下:
```
python mytrain.py …
-
![image](https://github.com/user-attachments/assets/177bfe06-c526-4953-9ea0-b40c16f79e82)
rtdetr_pytorch/src/solver/det_engine.py in line 136,
When my training data is 1280x720 and the data is pre…
-
### Search before asking
- [X] I have searched the Ultralytics YOLO [issues](https://github.com/ultralytics/ultralytics/issues) and [discussions](https://github.com/ultralytics/ultralytics/discussion…
-
**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/discussion…
-
Thanks to the authors' work. I can not find the uncertainty minimal query selection module in the pytorch code.
It uses a classification score to select tokens, as shown in https://github.com/lyuwen…