YOLO_v1
YOLO_v1 copied to clipboard
目标检测 - YOLO v1算法实现
YOLO_v1
YOLO_v1
算法实现
内容列表
- 背景
- 安装
- 用法
- 主要维护人员
- 致谢
- 参与贡献方式
- 许可证
背景
安装
文档工具安装
$ pip install -r requirements.txt
Python库依赖
$ cd py
$ pip install -r requirements.txt
用法
文档浏览
有两种使用方式
-
在线浏览文档:YOLO_v1
-
本地浏览文档,实现如下:
$ git clone https://github.com/zjZSTU/YOLO_v1.git $ cd YOLO_v1 $ mkdocs serve
启动本地服务器后即可登录浏览器
localhost:8000
主要维护人员
- zhujian - Initial work - zjZSTU
致谢
引用
@misc{redmon2015look,
title={You Only Look Once: Unified, Real-Time Object Detection},
author={Joseph Redmon and Santosh Divvala and Ross Girshick and Ali Farhadi},
year={2015},
eprint={1506.02640},
archivePrefix={arXiv},
primaryClass={cs.CV}
}
@misc{pascal-voc-2007,
author = "Everingham, M. and Van~Gool, L. and Williams, C. K. I. and Winn, J. and Zisserman, A.",
title = "The {PASCAL} {V}isual {O}bject {C}lasses {C}hallenge 2007 {(VOC2007)} {R}esults",
howpublished = "http://www.pascal-network.org/challenges/VOC/voc2007/workshop/index.html"}
参与贡献方式
欢迎任何人的参与!打开issue或提交合并请求。
注意:
-
GIT
提交,请遵守Conventional Commits规范 - 语义版本化,请遵守Semantic Versioning 2.0.0规范
-
README
编写,请遵守standard-readme规范
许可证
Apache License 2.0 © 2020 zjZSTU