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

Labeled 3D world coordinate data #13

Open
LiliMeng opened this issue Apr 27, 2016 · 1 comment
Open

Labeled 3D world coordinate data #13

LiliMeng opened this issue Apr 27, 2016 · 1 comment

Comments

@LiliMeng
Copy link

LiliMeng commented Apr 27, 2016

No description provided.

@connerbrooks
Copy link
Member

connerbrooks commented Apr 27, 2016

From the paper:

Our labels are defined as follows. At pixel p, the calibrated
depth D(p) allows us to compute the 3D camera
space coordinate x. Using homogeneous coordinates, this
camera position can be transformed into the scene’s world
coordinate frame as m = Hx. Our labels are simply defined as these scene world positions, m

The labels are the depth image values projected into camera space and then transformed by the pose which is acquired from either KinectFusion, a motion tracker, or some other ground-truth. In the case of the TUM data-sets this is an external mocap system. The code you provided does the camera space projection.

The pixels are not what is acquired from KinectFusion but rather the poses to transform the camera space coordinates.

I'm not sure what happened to your question, but I saw it in the email.

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

2 participants