-
大佬啥时候出yolov5不
-
Hi Alexey,
i just got some emails about yolov5
https://blog.roboflow.ai/yolov5-is-here/
Is this an actual new release? Or not to be considered as the "real" yolov5
-
Need to use TensorRT, something like https://github.com/noahmr/yolov5-tensorrt for yolov8
➝ https://github.com/triple-Mu/YOLOv8-TensorRT/blob/main/infer-det.py
will be in C++
also look at https://gi…
-
can we do the same thing for YOLO v5 model ?
-
### 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…
-
请问有没有yolov5-seg的支持呢,谢谢
-
📚 This guide explains how to train your own **custom dataset** with YOLOv5 🚀. See YOLOv5 [Docs](https://docs.ultralytics.com/yolov5) for additional details. UPDATED 29 March 2023.
## Before You S…
-
weights=yolov5\yolov5s.pt, source=0, data=yolov5\data\coco128.yaml, imgsz=[320, 320], conf_thres=0.25, iou_thres=0.45, max_det=1000, device=, view_img=False, save_txt=False, save_conf=False, save_crop…
-
Before Pruning: MACs=1.009904 G, #Params=0.007226 G
After Pruning: MACs=0.379899 G, #Params=0.002635 G
image 1/128 D:\Torch-Pruning-master\data\coco128\images\train2017\000000000009.jpg: 480x640 (no…
-
大佬请问这个算法不用mmcv这个框架,直接在自己训练的yolov5里可以用吗