Skip to content
This repository has been archived by the owner on Feb 8, 2020. It is now read-only.

Latest commit

 

History

History
25 lines (21 loc) · 941 Bytes

README.md

File metadata and controls

25 lines (21 loc) · 941 Bytes

Introduction

This is a repo for implementing YOLOv2 with trained models on tensorflow.

How to use

  • Download the weights file here (OneDrive). The weights file includes 3 files, they should be put in weights folder.
  • The images should be put in test_pic folder, and the video should be put in test_video folder.
  • Then Edit the configure file cfg.py, or use the default configure.
  • Use python YOLO_coco_test.py to run.

Demo

demo
demo

Reference

pjreddie/darknet
gliese581gg/YOLO_tensorflow

Requirements

  • TensorFlow
  • OpenCV