Skip to content

jacojoubert12/yolov2-tensorflow

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Yolo V2 Tensorflow-GPU

Tensorflow implementation of YOLO.

Requirements

  1. Anaconda
  2. Environment file is provided

Installation

  1. Clone yolov2_tensorflow repository

    $ git clone https://github.com/CornerStone12/yolov2-tensorflow.git
    $ cd yolov2_tensorflow
    $ conda env create -f environment.yml
    $ conda activate yolo
  2. Download https://drive.google.com/file/d/13C6pdUkRW34J_zZWwhq_T4IPsBFdknP5/view?usp=sharing to yolov2_tensorflow/models/

  3. $ python demo_yolo_v2.py

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%