-
## Env
- GPU3090ti
- Win11
- Cuda version:11.8
- TensorRT version:8.6.1.6
## About this repo
- tag: yolov5s v6.0
- yolov5
## My problem
- my command:
yolov5.exe -s yolo5_wc_10_5x…
-
Hi! Soo what I want to do is that my Yolov5 model saves in a folder the detections it makes when working with a camera in real time, in my Raspberry PI 4B+.
I found this code made by glenn-jocher …
-
### Search before asking
- [X] I have searched the YOLOv5 [issues](https://github.com/ultralytics/yolov5/issues) and [discussions](https://github.com/ultralytics/yolov5/discussions) and found no simi…
-
Hi, auhor:
On my own dataset(TT100K dataset), I have succeeded training YOLOv5s model for 260 epoch, the AP_50 is about 53%.(YOLOv3 about 73%), But when I trained the YOLOv5l model and YOLOv5x mod…
-
### Search before asking
- [X] I have searched the YOLOv5 [issues](https://github.com/ultralytics/yolov5/issues) and found no similar bug report.
### YOLOv5 Component
_No response_
### B…
-
作者您好,在使用您的代码时候,我想测试shufflenetv2的效果,但在您的yaml文件的backbone中将第一层改为了
` [[-1, 1, conv_bn_act_maxpool, [3]], # 0-P2/4`
在common.py中并没有找到**conv_bn_act_maxpool**的实现,不知道您这个模块具体是什么含义。
期待您的回复
-
I cloned the yolov5 repo and trained it using a custom dataset I created. The training went fine for the quality of my dataset however I can't seem to load the weights I've just created.
`python t…
-
## ❔Question
Hi there, I'm trying to choose the large model during training:
`python train.py --img 1280 --batch 14 --epochs 1000 --data '/slurm_storage/yuh5/data/thin_Pf_YOLOv5/exp3/data.yaml' …
-
## 🐛 Bug
I train yolov5s.yaml with voc2007andvoc2012dataset is ok, but when i edit the yolov5s.yaml,and train, the erro was occured.
I changed yolov5s.yaml same as he does.https://github.com/ultra…
-
### Search before asking
- [X] I have searched the YOLOv5 [issues](https://github.com/ultralytics/yolov5/issues) and [discussions](https://github.com/ultralytics/yolov5/discussions) and found no si…