S. Song, and J. Xiao. (CVPR2016)
Download CUDA 7.5 and cuDNN 3. You will need to register with NVIDIA.
cd code/marvin
./linux.sh
download the processed RGBD data here by runing script:
downloadData('../sunrgbd_dss_data','http://dss.cs.princeton.edu/Release/sunrgbd_dss_data/','.bin');
or run dss_preparedata() to prepare your own data.
download the image and hha images by runing script: downloadData('../image','http://dss.cs.princeton.edu/Release/image/','.tensor'); downloadData('../hha','http://dss.cs.princeton.edu/Release/hha/','.tensor');
You can download the precomputed region proposal for NYU and SUNRGBD dataset by runing script:
downloadData('../proposal','http://dss.cs.princeton.edu/Release/result/proposal/RPN_NYU/','.mat');
downloadData('../proposal','http://dss.cs.princeton.edu/Release/result/proposal/RPN_SUNRGBD/','.mat');
To train 3D region proposal network and extract 3D region proposal cd code/matlab_code/slidingAnchor run dss_prepareAnchorbox() to prepare training data. run RPN_extract() to extract 3D region proposal. You may need the segmentation result here:
downloadData('../seg','http://dss.cs.princeton.edu/Release/seg/','.mat');
Pretrained model and network defination can be found here
./external/SUNRGBDtoolbox/Metadata/SUNRGBDMeta.mat
. All the results and ground truth boxes provided in this repo are using this rotation matrix. To convert the rotation matrix you can reference the code "changeRoomR.m"