-
![微信图片_20221127194006](https://user-images.githubusercontent.com/73683903/204133381-041186bb-3ad5-4d97-affb-5ef69efa9cef.jpg)
![312fa61536244c2f95fda65e37bfd15](https://user-images.githubusercontent.…
-
v6.0 is ok, v7.0 not
-
### What is the feature?
When deploying trainning everyday different machine having different GPU, it's tedious to re-tune the batch size manually (trying to maximize it without the training crashin…
-
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: …
-
### 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…
-
On trying to run the code (py towerscout.py), I am running into issue , FileNotFoundError: [Errno 2] No such file or directory: 'model_params/EN/b5_unweighted_best.pt'
How do I work around this ?
…
-
The grid visualizations could be very useful for development and testing, and if fact YOLOv5 uses a new multiple-grid assignment structure that shows up well in your images.
If you have a concise p…
-
首先非常感谢您的成果和项目,请问为啥结果都是接近0后面一直是0,我用了您的实验配置以及[hukaixuan19970627/yolov5_obb](https://github.com/hukaixuan19970627/yolov5_obb)的实验配置都不行,用的HRSC2016数据集(在hukaixuan19970627/yolov5_obb项目上没有任何问题),已经转换为DOTA的数据格式,…
-
Hi, I am trying to train FairMOT with yolov5s as backbone.
I am using my custom yolov5s model trained from the repo: `https://github.com/ultralytics/yolov5`
When starting the training I get the b…
-
Hi, Thanks for your great work!
I have this insane problem. After successfully training the large model (yolov7-e6e), i have the CUDA out of memory when training a smaller model (yolov7-d6).
trai…