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

lsp_mpii_ordinal data format #4

Open
Fangyh09 opened this issue Jul 20, 2018 · 2 comments
Open

lsp_mpii_ordinal data format #4

Fangyh09 opened this issue Jul 20, 2018 · 2 comments

Comments

@Fangyh09
Copy link

 I downloaded the data provided from http://visiondata.cis.upenn.edu/ordinal/lsp-mpii/lsp-mpii-ordinal.zip. However, I found the joints annotation does not match the image. Does joints ordinates are scaled to 256x256? Thanks!

data_dir = "lsp-mpii-ordinal/mpii_upis1h"
img_path = os.path.join(data_dir, "images/12172_full.jpg")
joints_mat = matio.loadmat(os.path.join(data_dir,
                                             "joints.mat"))['joints']
ordinal_mat = matio.loadmat(os.path.join(data_dir,
                                              "ordinal.mat"))['ord']        
img = io.imread(img_path)
height, width, _ = img.shape
idx = 12171
joints = joints_mat[:, :, idx]
@Fangyh09 Fangyh09 changed the title lsp_mpii_ordinal dataset joints annotation format lsp_mpii_ordinal data format Jul 20, 2018
@lvandoit
Copy link

hi @Fangyh09 ,Will the network predict the volume heatmap and then output the marginal heatmap?

@zhLawliet
Copy link

hi @Fangyh09 can you share the datasets http://visiondata.cis.upenn.edu/ordinal/lsp-mpii/lsp-mpii-ordinal.zip ?

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