Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Tensorflow implementation of YOLO, including training and test phase.

License

Notifications You must be signed in to change notification settings

DeepInDeeper/yolo_tensorflow

Open more actions menu
 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

  • Add *: Modify the code to make it run sucessfully on Windows10 (python3.5+,tenforflow,opencv3)

YOLO_tensorflow

Tensorflow implementation of YOLO, including training and test phase.

Installation

  1. Clone yolo_tensorflow repository

    $ git clone https://github.com/hizhangp/yolo_tensorflow.git
    $ cd yolo_tensorflow
  2. Download Pascal VOC dataset, and create correct directories

    $ ./download_data.sh
  3. Download YOLO_small weight file and put it in data/weight

  4. Modify configuration in yolo/config.py

  5. Training

    $ python train.py
  6. Test

    $ python test.py

Requirements

  1. Tensorflow

  2. OpenCV

About

Tensorflow implementation of YOLO, including training and test phase.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 99.1%
  • Shell 0.9%
Morty Proxy This is a proxified and sanitized view of the page, visit original site.