rgbd
rgbd copied to clipboard
Code for CVPR13 paper - Perceptual Organization and Recognition of Indoor Scenes from RGB-D Images
I want to use data, and hope the author can provide the data
I'm confused for a long time, and I can't find the code for this operation.Could anybody help me?THANKS!!!
Couldn't find the splits that you use for train vs. val -- could you please post them? Thanks!
Error using feat_txt2mat (line 14) wrong feature file! Error in sift (line 22) feats = feat_txt2mat(f{2}, siftParam.scales); Error in computeMap (line 8) [map] = sift(data.I, param.siftParam, data.vocab); Error in wrapperComputeFeatures1>(parfor...
if(a ~= 0) fprintf('.'); % For some reason the bilateral filtering library crashes on some inputs, remove outlier points! maxRefI = prctile(linIt(refI(:,:,4)), 98); refI(:,:,4) = min(refI(:,:,4), maxRefI); minRefI = prctile(linIt(refI(:,:,4)),...
The Liblinear dense version is just for windows and does not compile under linux, if I want to run the rgbd in linux operating system centOS, what should I do?...
Respected Sir, I have read your research paper "Perceptual Organization and Recognition of Indoor Scenes from RGB-D Images". I want to implement this code on my own data. I have...