Giter VIP home page Giter VIP logo

m3dssd's Introduction

M3DSSD: Monocular 3D Single Stage Object Detector

Setup

  • pytorch 0.4.1

  • Preparation

    Download the full KITTI detection dataset. Then place a softlink (or the actual data) in M3DSSD/data/kitti*.

     cd M3DSSD
     ln -s /path/to/kitti data/kitti

    Then use the following scripts to extract the data splits, which use softlinks to the above directory for efficient storage.

    # extract the data splits
    python data/kitti_split1/setup_split.py
    
    # build  the KITTI devkit eval for each split.
    sh data/kitti_split1/devkit/cpp/build.sh

    Build the nms modules

    cd lib/nms
    make
    

    Build the DCN modules

    cd model/DCNv2
    sh ./make.sh
    

Training

Review the configurations in scripts/config for details.

python scripts/train_rpn_3d.py --config=kitti_3d_base --exp_name base
  • Tips: It is recommended to load a pre-trained model when training with feature alignment.

Testing

Modify the conf_path and weights_path to run test.

python scripts/test_rpn_3d.py

Acknowledgements

m3dssd's People

Contributors

mumianyuxin 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.