SurfConv: Bridging 3D and 2D Convolution for RGBD Images
Hang Chu, Wei-Chiu Ma, Kaustav Kundu, Raquel Urtasun, Sanja Fidler
CVPR 2018 [pdf]
- pytorch-0.2.0
- pypng
cd ./D4
python resample_input.py
This will compute depth level boundaries of SurfConv, and generate resampled & masked images/labels for training.
cd ./train
python surfconv_kitti_scratch_train.py
This will train the model using images generated from step 1.