https://github.com/sangyuxiaowu/ml_yolov7
ML.NET Yolov7
https://github.com/sangyuxiaowu/ml_yolov7
Last synced: 28 days ago
JSON representation
ML.NET Yolov7
- Host: GitHub
- URL: https://github.com/sangyuxiaowu/ml_yolov7
- Owner: sangyuxiaowu
- License: mit
- Created: 2022-11-03T14:02:38.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2022-11-05T08:50:27.000Z (almost 3 years ago)
- Last Synced: 2025-04-20T16:37:58.347Z (7 months ago)
- Language: C#
- Homepage:
- Size: 1.05 MB
- Stars: 9
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
- awesome-dotnet-machine-learning - sangyuxiaowu/ml_yolov7
- awesome-yolo-object-detection - sangyuxiaowu/ml_yolov7
- awesome-yolo-object-detection - sangyuxiaowu/ml_yolov7
README
# ml_yolov7
ML.NET Yolov7
模型文件 [yolov7.onnx](https://download.csdn.net/download/marin1993/86912472)
来自项目 https://github.com/WongKinYiu/yolov7 的 `yolov7.pt` 导出,原项目 releases v0.1 提供的无法使用,需自行调整参数导出。
```bash
python .\export.py --weights=yolov7.pt --grid --simplify
```