We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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]
The text was updated successfully, but these errors were encountered:
hi @Fangyh09 ,Will the network predict the volume heatmap and then output the marginal heatmap?
Sorry, something went wrong.
hi @Fangyh09 can you share the datasets http://visiondata.cis.upenn.edu/ordinal/lsp-mpii/lsp-mpii-ordinal.zip ?
No branches or pull requests
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!
The text was updated successfully, but these errors were encountered: