mindyolo icon indicating copy to clipboard operation
mindyolo copied to clipboard

[New Feature] Add YOLOv5 model

Open CaitinZhao opened this issue 2 years ago • 1 comments

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版本复现。 包含:

  1. YOLOv5模型,训练,推理流程代码,RAEDME
  2. YOLOv5模型算法解析文档
  3. 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.

CaitinZhao avatar Jan 12 '23 11:01 CaitinZhao

运行python train.py --config ./configs/yolov5/yolov5n.yaml显示package not installed, albumentations load failed,但是已经下载了这个包,这个问题怎么解决

qianheee avatar Nov 12 '23 01:11 qianheee