aushani / tsf

Temporal Scene Flow (ICRA 2017)
http://www.aushani.com/pdfs/aushani-2017a.pdf
7 stars 4 forks source link

This is my research code for the paper "A Learning Approach for Real-Time Temporal Scene Flow Estimation from LIDAR Data" presented at ICRA 2017. Please contact me (aushani@gmail.com) with any questions or comments. Please cite the paper if this code is useful in your work. (bibtex)

youtube video

Getting Started

If you have any questions, please contact aushani@gmail.com. Please note that the models here (background filter, occupancy constancy) are trained for the KITTI dataset.

Dependencies

Cuda is assumed to be already installed (you need a GPU to run the code). Other dependencies are bazel, Qt4, and OpenSceneGraph. You also need the KITTI data. The bootstrap.sh script takes care of these except for cuda.

bootstrap.sh

To get started, run:

$ ./bootstrap.sh

You will be prompted for:

Compile the Project

To compile everything, go to the cc directory and build with bazel:

$ cd cc
$ bazel build //...

Running

After building, you can run with a command like:

$ bazel-bin/app/flow/viewer

This assumes that the data was put in ~/data/tsf_data. Otherwise:

$ bazel-bin/app/flow/viewer --tsf-data-dir path/to/tsf_data