Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Training on my own dataset #4

Open
abdur4373 opened this issue May 30, 2019 · 0 comments
Open

Training on my own dataset #4

abdur4373 opened this issue May 30, 2019 · 0 comments

Comments

@abdur4373
Copy link

Hello everyone, I am using the same toolbox, It is doing well on raw dataset I downloaded from NYU page however I want to process my own kinect data and make my own depth dataset for training of neural network.
I wanted to know before giving it to project_depth_map.m function they are using swapbytes.m function of matlab.

First question is why would they use that function
Secondly there is this condition of
imgDepth(imgDepth < 600) = 2047; imgDepth(noiseMask) = 2047;

Why are they taking these values because my data is in mm and max value of like 4000 which makes it 4 meters.

I am really stuck in this issue could you help me please,
I would appreciate that.
Regards

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant