-
### 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…
-
Hi @jacobgil , I'm working on applying Score-CAM on YOLOv5 by implementing the `YOLOBoxScoreTarget` class (so this issue is closely related with #242). There are several issues I want to iron out befo…
-
Hello,
I am trying to prune [yolov5](https://github.com/ultralytics/yolov5) model using Torch_Pruning. It fails with error message:
KeyError: Conv2d(32, 64, kernel_size=(3, 3), stride=(2, 2), padd…
-
I am trying to train the the same model with a smaller network. I use the `yolov5n.pt` from the public repo and I created a `yolov5n-xs-tph.yaml` similar to `yolov5l-xs-tph.yaml`. It looks like this: …
-
I have followed the `YOLOv5-Custom-Training` tutorial and trained a model to detect some custom objects.
The object works properly detecting objects.
I then exported the model to `onnx` using th…
-
YOLO v7
![image](https://user-images.githubusercontent.com/45539173/180390528-63c9e0bf-4daf-4c33-99de-564f763d16fa.png)
YOLOv5
![image](https://user-images.githubusercontent.com/45539173/18039062…
-
It is recommended to replace Focus with conv, because Focus is extremely unfriendly to deployment, and doing so has almost no negative impact on the model, which has been confirmed in yolov5.
link: …
-
你好,我看到example中有yolov5。我们近期准备在RK3399pro上部署yolov5,所以想提前下技术参数。不知道你们有没有测过NPU上的延时,可以分享一下吗
-
如果nanodet支持input size=640*640(像YOLOV5一样),那么可能MAP比同级别的yoloV5高,并且推断速度也比yoloV5快.
这种可能性高吗?
实际应用场景应该有很多吧?
-
Hi,
Thanks for this great work. I want to know is there any mosaic data augmentation in your work (Yolov5 ultralytics has)?
Can we use hyp-finetune.yaml from ultralytics yolov5...
thanks