-
### 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…
-
### 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…
-
### 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…
-
### 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…
-
## ❔Question
hi ,
I'm trying to save my trained model in yolov5 to load it in another session and trained the model from the epoch it stopped how can I save this in a model
!python train.py --…
-
~/yolov5-master$ python detect.py --source ./inference/images/ --weights yolov5s.pt --conf 0.4 --device 0
Namespace(agnostic_nms=False, augment=False, classes=None, conf_thres=0.4, device='0', img_s…
-
## ❔Question
Is there anything in the train.py execution that can lead to reboot the machine?.
## Additional context
I have tried to train the model using the tutorial, but when using the follo…
-
(CUDA113+CUDNN82) han@han:~/Desktop/hxb_projects/CPP_Instance/10-30/git_3/yolov5-onnxruntime/build$ ./yolo_ort --model_path /home/han/Desktop/hxb_projects/CPP_Instance/10-30/git_3/yolov5-onnxruntime/m…
-
作者您好,在使用您的代码时候,我想测试shufflenetv2的效果,但在您的yaml文件的backbone中将第一层改为了
` [[-1, 1, conv_bn_act_maxpool, [3]], # 0-P2/4`
在common.py中并没有找到**conv_bn_act_maxpool**的实现,不知道您这个模块具体是什么含义。
期待您的回复
-
# Train YOLOv5s on COCO128 for 3 epochs
!python segment/train.py --img 640 --batch 16 --epochs 3 --data crack_data.yaml --weights yolov5s-seg.pt --cache
i have train this code and have crack_data.ya…