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

pose point #21

Open
cLEARLoVE00 opened this issue Nov 1, 2021 · 0 comments
Open

pose point #21

cLEARLoVE00 opened this issue Nov 1, 2021 · 0 comments

Comments

@cLEARLoVE00
Copy link

cLEARLoVE00 commented Nov 1, 2021

Dear author ,thanks your code.About 16 pose point ,I have a question,how to get this result.I get this parameter use blew code:
points=outputs[2][0]
points = interp(points).data.cpu().numpy()
points = points.transpose(0, 2, 3, 1)
points_preds[idx:idx + num_images, :, :] = np.asarray(np.argmax(points, axis=3), dtype=np.uint8)
point_pred=np.asarray(np.argmax(points, axis=3), dtype=np.uint8)
but how to map this shape (116 96*96) map orign image,hope yor answer.thank you @ziwei-zh

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