项目作者: cooliscool

项目描述 :
SSD MobileNet v1 Trained on LISA Traffic Sign dataset
高级语言: Python
项目地址: git://github.com/cooliscool/LISA-on-SSD-mobilenet.git
创建时间: 2017-06-30T13:39:03Z
项目社区:https://github.com/cooliscool/LISA-on-SSD-mobilenet

开源协议:

下载


LISA-on-SSD-mobilenet

For training a SSD using MobileNet-v1 by Google with LISA Traffic Sign dataset.

The code in this repository is helpful to Convert the LISA Traffic Sign dataset into Tensorflow tfrecords.

How To Use

  1. Download LISA Dataset here : http://cvrr.ucsd.edu/LISA/lisa-traffic-sign-dataset.html
  2. Specify dataset root directory and Output directory

Example usage:

  1. ./create_lisa_tf_record --data_dir=/home/user/lisa \
  2. --output_dir=/home/user/lisa/output

Credits

Code adapted and modified by sasebot.
Original code credit goes to Tensorflow Authors.

this project is archived. I don’t work on this anymore. but, anyone can feel free to use it or modify or do whatever you want.