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

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

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 # 运行
```