-
### 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…
-
what is the meaning of moasic
where I can find its default parameter
how to stop moasic and stop augmentation in general
I use only this line is it augment data by default or not? how to sto…
-
The latest version is throwing errors when loading models
Exception in thread Thread-201:
Traceback (most recent call last):
File "/usr/lib/python3.10/threading.py", line 1016, in _bootstrap_i…
-
This is primarily a tracking issue for myself with the intent to add packages not yet included from PortableApps, make sure they use static installer links, ensure the right installer types are being …
-
It doesn't work?
-
## ❔Question
I don’t want it to fill 128 to 4500, it consumes resources too much
## Additional context
-
## ❔Question
Hi, I've read that YOLOv5 implemented mosaic augmentation, however I cannot seem to find where it performs so. I have looked into ```yolo.py``` but only saw scales and flips.
Also, do…
-
## ❔Question
## Additional context
you know when i train the model ,i get the confusion_matrix.png
but i want to know hou many backgroudFP i have ,not only ratio
are there some Parameters ma…
-
### 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…
-
## 🐛 Bug
In line 680-683 of **utils/datasets.py**, function **letterbox**, **new_shape** is regarded as with an order **[width, height]**.
```
elif scaleFill: # stretch
dw, dh = 0.0, 0.0…