/yolo_tensorflow

Tensorflow implementation of YOLO, including training and test phase

Primary LanguagePython

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 ```

  1. Download Pascal VOC dataset, we call the directory PASCAL_VOC

    ln -s $PASCAL_VOC$ data/pascal_voc
  2. Download YOLO_small weight file and put it in data/weight

  3. Modify configuration in yolo/config.py

  4. Training

    python train.py
  5. Test

    python test.py

Requirements

  1. Tensorflow

  2. OpenCV