Skip to content

KOD-Chen/YOLOv1-Tensorflow

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

YOLOv1-Tensorflow

声明:

更详细的代码解读Tensorflow实现YOLO1.
欢迎关注我的知乎.

运行环境:

Python3 + Tensorflow1.5 + OpenCV-python3.3.1 + Numpy1.13
windows和ubuntu环境都可以

准备工作:

请在yolo1检测模型下载训练好的模型YOLO_small.ckpt,并放到同一文件夹下

文件说明:

1、yolo1_tf.py:程序文件
2、boxes.txt:检测结果的类别和边界框坐标

运行yolo1_tf.py即可得到效果图:

1、car.PNG:输入的待检测图片

image
2、detected_image.jpg:检测结果可视化

image

About

YOLOv1检测过程的Tensorflow实现

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages