- Install dependencies: numpy, opencv2, MXNet.
- If the MXNet version which you used doesn't support correlation1D operator, you should install MXNet with additional operatior -- edit
EXTRA_OPERATORS
inconfig.mk
to include theflow_stereo/operator
folder. - Run
make all
to build extension - Edit all fields in data/config.py, otherwise it will not work.
data.dataloader
: Data Loaderdata.dataset
: Dataset classdata.augmentation
: Pipeline for augmentationpredict.pipeline
: Pipeline for predictiondocs
: Dataset documentssymbol
: Network symbols and customed operatorsothers
: visualization, metric, and other utilities
Run python -m flow_stereo.train exp_name EXPERIMENT_NAME --gpus GPU_INDEX --epoch RESUMING_EPOCH
Please refer to predict/predict_kitti.py
and predict/predict_video.py
.
Those examples provides a step-by-step walkthrough to help you learn the usage of prediction pipeline