Giter Site home page Giter Site logo

prednet's Introduction

PredNet

This is a implimentation of PredNet on chainer.

#Testd on *Ubuntu 14.04
*Python 2.7.6
*chainer 1.9.1
*CUDA Toolkit 7.5
*cuDNN v5

#Demo

  1. git clone
    $ git clone https://github.com/quadjr/PredNet.git
    $ cd PredNet

  2. Prepare Dataset
    This command will download The KITTI Dataset(about 47GB), unzip, and make image lists.
    $ ./scripts/prepare_kitti.sh
    You can intterupt and resume downloading.

  3. Train
    On a CPU
    $ python main.py -i dataset/train_list.txt
    On a GPU
    $ python main.py -i dataset/train_list.txt -g 0

Model files and some images will be generated in models/ and images/ directory.
Image suffix means x (input), y (predicted), z (correct).

  1. Test
    $ python main.py -i dataset/test_list.txt --test --initmodel models/???.model
    Plase specify the model file with option --initialmodel.
    Test result will be generated in images/ directory.
    Image suffix means x (input), y (predicted).

#TODO *Confirm the learning strategy.

prednet's People

Contributors

quadjr avatar

Watchers

Naoto Inoue avatar James Cloos avatar  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.