Giter Club home page Giter Club logo

rgbd's Issues

How to get RGB-D image from Kinect

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 kinect sensor.

I want to ask that how to get RGB-D image from kinect with color image and point clouds.?

I mean which tool is used to get it from kinect sensor.?

I am waiting for your response.

Regards

how to remove outlier points?

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)), 2);
refI(:,:,4) = max(refI(:,:,4), minRefI);
out = jointBilateral(refI, I, sigma1, sigma2);
else
% % Read back the results
out = isRead(f{3});

Can you tell me how to remove outlier points? matlab crashed when i run this part. Thanks. @s-gupta

val split

Couldn't find the splits that you use for train vs. val -- could you please post them? Thanks!

Error while compiling Imagestack in Matlab

faced an error. what to do.?

/usr/local/MATLAB/R2015a/sys/os/glnxa64/libstdc++.so.6: version `CXXABI_1.3.8' not found (required by /home/ahmad/Desktop/dependencies/imagestack/bin/ImageStack)

Error using feat_txt2mat (line 14) wrong feature file!

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 body) (line 80)
[map dimensions] = computeMap(imList{i}, paths, siftMapParam,
siftData);

Error in wrapperComputeFeatures1 (line 53)
parfor i = 1:length(imList),

Error in runAll (line 58)
wrapperComputeFeatures1(imName, ucmThresh);

Error in startup (line 19)
runAll(imNum, rgbImage, depthImage, [])

How to run this code.?

There is no demo file, and further in runall.m file it needs depth-images and cameraMatrx as an input. what to add in it.?

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.