zcdliuwei / TensorFlow2.0_SSD

A tensorflow_2.0 implementation of SSD (Single Shot MultiBox Detector) .

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

TensorFlow2.0_SSD

A tensorflow_2.0 implementation of SSD (Single Shot MultiBox Detector) .

Requirements:

  • Python >= 3.6
  • TensorFlow >= 2.0.0-rc1
  • Pillow >= 6.1.0

Usage

Train on PASCAL VOC 2012

  1. Download the PASCAL VOC 2012 dataset.
  2. Unzip the file and place it in the 'dataset' folder, make sure the directory is like this :
|——dataset
    |——VOCdevkit
        |——VOC2012
            |——Annotations
            |——ImageSets
            |——JPEGImages
            |——SegmentationClass
            |——SegmentationObject
  1. Run train.py to start training, before that, you can change the value of the parameters in configuration.py.

References

About

A tensorflow_2.0 implementation of SSD (Single Shot MultiBox Detector) .

License:MIT License


Languages

Language:Python 100.0%