sscnet
sscnet copied to clipboard
Semantic Scene Completion from a Single Depth Image
ubuntu 18.04 cuda 10.2 azuryl@azuryl-Precision-5820-Tower-X-Series:~/project/sscnet/caffe_code/caffe3d_suncg$ make -j8 CXX /home/jliu/build_master_release/src/caffe/proto/caffe.pb.cc NVCC src/caffe/layers/suncg_data_layer.cu NVCC src/caffe/layers/contrastive_loss_layer.cu NVCC src/caffe/layers/bnll_layer.cu NVCC src/caffe/layers/euclidean_loss_layer.cu NVCC src/caffe/layers/hdf5_data_layer.cu NVCC src/caffe/layers/cudnn_sigmoid_layer.cu NVCC src/caffe/layers/cudnn_conv_layer.cu NVCC src/caffe/layers/pooling_layer.cu NVCC src/caffe/layers/softmax_loss_layer.cu src/caffe/layers/suncg_fusion.hpp(410): error: calling...
Hi @shurans, I was going through `perpareNYUCADdata.m` to try to generate semantic labels for NYUCAD. The line where we convert the meshes to .obj files are commented out and the...
Is there a way to get the RGB images for the corresponding depth images of the SUNCG dataset that were used during training?
Hi, I'm writing because I noticed that the depth images downloaded from your dataset are different to those downloaded from NYUv2. Could you please tell me what kind of processing...
Hi suran, I use your SaveVox2Ply function to save the tsdf data. But Why the result is left and right reversed? Look forward to your favorable reply, Best Yingjie CAI
Dear @shurans Thanks for sharing your work. I have read your paper and had some questions about the preprocessing procedure. It will be appreciated that if you can give me...
I cannot access the dataset page at http://suncg.cs.princeton.edu or the toolkit code at https://github.com/shurans/SUNCGtoolbox. Is this dataset still available for research purpose?
Hi there, I successfully compiled caffe with cuda 10.2 and cudnn 7.6. I however cannot seem to compile caffe3d. Someone knows what are the requirements regarding cuda and cudnn ?...
I'm trying to generate some new testing data for SUNCG. I already extracted the respective files using [`genSUNCGdataScript`](https://github.com/shurans/sscnet/blob/master/matlab_code/genSUNCGdataScript.m#L1-L57). It generates amongst other things the necessary 3D scene labels as '.bin'-files....