An open API service indexing awesome lists of open source software.

https://github.com/coderonion/yolov5-7.0-comment

YOLOv5代码注释
https://github.com/coderonion/yolov5-7.0-comment

Last synced: 15 days ago
JSON representation

YOLOv5代码注释

Awesome Lists containing this project

README

          

# YOLOv5(7-0)
# code-project

[ultralytics/yolov5: YOLOv5 🚀 in PyTorch > ONNX > CoreML > TFLite (github.com)](https://github.com/ultralytics/yolov5)

# code-comments

- data

- [coco128.yaml](https://blog.csdn.net/ag_ndqn/article/details/129009796)
- [hyp.scratch-low.yaml](https://blog.csdn.net/ag_ndqn/article/details/129009699)

- utils

- activations.py

- SiLU
- Hard-Swish
- Mish
- MemoryEfficientMish
- FReLU
- AconC
- MetaAconC

- augmentations.py

- dataloaders.py

- metrics.py

- 目标检测基础知识
- Confusion matrix
- Accuary
- Error Rate
- Precurvie
- Recurve
- F1score
- IOU

* loss创新
* GIOUloss
* DIOUloss
* Ciouloss
* matplotlib
* seaborn

- loss.py

- Focal Loss
- QFocalLoss

- [train.py](https://blog.csdn.net/ag_ndqn/article/details/128952591)

- [val.py](https://blog.csdn.net/ag_ndqn/article/details/129005976)

- [detect.py](https://blog.csdn.net/ag_ndqn/article/details/128952852)

- export.py

- hubconf.py