mindyolo
mindyolo copied to clipboard
[New Feature] Add YOLOv5 model
If this is your first time, please read our contributor guidelines: https://gitee.com/mindspore/mindspore/blob/master/CONTRIBUTING.md
Is your feature request related to a problem? Please describe. YOLOv5网络MindSpore版本复现。 包含:
- YOLOv5模型,训练,推理流程代码,RAEDME
- YOLOv5模型算法解析文档
- YOLOv5模型s,l,x规格模型weight,训练推理日志
Describe the solution you'd like A clear and concise description of what you want to happen.
Describe alternatives you've considered A clear and concise description of any alternative solutions or features you've considered.
Additional context Add any other context or screenshots about the feature request here.
运行python train.py --config ./configs/yolov5/yolov5n.yaml显示package not installed, albumentations load failed,但是已经下载了这个包,这个问题怎么解决