https://github.com/oneflow-inc/oneflow-yolo-doc
https://start.oneflow.org/oneflow-yolo-doc
https://github.com/oneflow-inc/oneflow-yolo-doc
Last synced: 9 months ago
JSON representation
https://start.oneflow.org/oneflow-yolo-doc
- Host: GitHub
- URL: https://github.com/oneflow-inc/oneflow-yolo-doc
- Owner: Oneflow-Inc
- License: apache-2.0
- Created: 2022-09-30T01:49:46.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2023-03-14T10:52:47.000Z (about 3 years ago)
- Last Synced: 2025-03-20T08:40:25.533Z (about 1 year ago)
- Language: HTML
- Homepage:
- Size: 83.2 MB
- Stars: 22
- Watchers: 31
- Forks: 3
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# OneFlow-YOLO-Document
OneFlow-YOLO 文档网站链接: https://start.oneflow.org/oneflow-yolo-doc
本地建立 OneFlow-YOLO 文档网站:
```
git clone https://github.com/Oneflow-Inc/oneflow-yolo-doc.git
cd oneflow-yolo-doc
python3 -m pip install -r requirements.txt # 安装依赖
mkdocs serve # 运行
```