Giter Site home page Giter Site logo

3dunmonoflow's Introduction

3DUnMonoFlow

Code for the paper:

G. Wang, X. Tian, R. Ding, and H. Wang, Unsupervised Learning of Scene Flow from Monocular Camera, in International Conference on Robotics and Automation, 2021.

Prerequisites

Our model is trained and tested under:

  • Python 3.6.9
  • NVIDIA GPU + CUDA CuDNN
  • PyTorch (torch == 1.7.1)
  • torchvision
  • scipy
  • argparse
  • tensorboardX
  • tqdm
  • numba
  • cffi

Operation in this repo is used to compile the furthest point sampling, grouping and gathering operation for PyTorch.

cd pointnet2
python setup.py install
cd ../

Data preprocess

We referred to the dataset pre-processing approach in this repo to generate our data for training from KITTI Odometry dataset. We uploaded our processed dataset and you can click this link to download.

KITTI scene flow dataset is used for test and evaluation. Flownet3d processed the first 150 data points from KITTI scene flow dataset and removed the ground points. We copied the link here for you to download.

Get started

Train

Set data in the configuration file to the path where your training data is saved and change the batch_size according to your GPU. Then run:

python train.py config.yaml

Our pre-trained models are provided here for download.

Evaluate

Set evaluate in the configuration file to be True. Then run:

python train.py config.yaml

Acknowledgement

We are grateful for repo for its github repository.

3dunmonoflow's People

Contributors

irmv-lab avatar tianxy0624 avatar

Stargazers

 avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar

3dunmonoflow's Issues

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.