Git Product home page Git Product logo

object-detector-tt100k-base-gpu's Introduction

Tsinghua-Tencent 100K Base Docker Container(GPU)

This repository is a base docker container for Tsinghua-Tencent 100K object detection docker container.
It is tested with Nvidia Geforce GTX 1080 Ti.

Pre-built based on

  • Docker CE 18.06.2-ce
  • Nvidia Docker2
  • Host O/S Nvidia Driver 418.87.00
  • Ubuntu 16.04
  • CUDA 8.0
  • cuDNN 6.0
  • Python 2.7.12
  • Caffe of TT100K

Docker Build

  • Docker repository and tag name is "aibakevision/object-detector-tt100k-base-gpu:cuda8.0-ubuntu16.04-python2.7.12-gh".
./build.sh

Docker Push

  • Push docker image
./push.sh

Docker Run

  • Run docker image
  • For volumn binding, it needs host path parameter and binding path parameter in Docker container.
./run.sh ~/data_folder /workspace/data_folder
  • On Docker Bash shell, prepare tt100k dataset.
cd data_folder && wget http://cg.cs.tsinghua.edu.cn/traffic-sign/data_model_code/data.zip && unzip data.zip && mkdir -p /data/lmdb
cd ../tsinghua-tencent-100k/code/script && ./prepare.sh
  • On Docker Bash shell, train the tt100k dataset
  • Before training, you need to set the dataset path in train_val.prototxt file. (/workspae/data_folder/data)
cd code/script && ./train.sh

License

It is cited from:

@InProceedings{Zhe_2016_CVPR,
author = {Zhu, Zhe and Liang, Dun and Zhang, Songhai and Huang, Xiaolei and Li, Baoli and Hu, Shimin},
title = {Traffic-Sign Detection and Classification in the Wild},
booktitle = {The IEEE Conference on Computer Vision and Pattern Recognition (CVPR)},
year = {2016}
}

object-detector-tt100k-base-gpu's People

Contributors

asyncbridge avatar

Stargazers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.