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

About 3D labels #31

Open
www516717402 opened this issue May 14, 2020 · 4 comments
Open

About 3D labels #31

www516717402 opened this issue May 14, 2020 · 4 comments

Comments

@www516717402
Copy link

Thanks you for afford TF version project. The 3D label shape formulate : (batch, W, H, nums_points), how to generate this labels?

@guker
Copy link

guker commented May 20, 2020

same question!

@www516717402
Copy link
Author

@guker The question be solved. 2D heatmap represent x,y image coordinate. 3D heatmap use x,y,x directly. and than 3D position use 2D message.

@guker
Copy link

guker commented May 21, 2020

@guker The question be solved. 2D heatmap represent x,y image coordinate. 3D heatmap use x,y,x directly. and than 3D position use 2D message.

for example , location map Xj of the joint J, what is the values of this map?
i think a location map have same values( root relative coordination), is right?

@liwenssss
Copy link

liwenssss commented Jun 1, 2020

@guker The question be solved. 2D heatmap represent x,y image coordinate. 3D heatmap use x,y,x directly. and than 3D position use 2D message.

for example, I generate Location map like this:

loc_map[:, :, :, j, 0] = x_j
loc_map[:, :, :, j, 1] = y_j
loc_map[:, :, :, j, 2] = z_j

where loc_map \in R^{Batch \times H \times W \times J \times 3}, is it right?

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

3 participants