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

The preprocess of mpii is incorrect when input_h!=input_w #88

Closed
imistyrain opened this issue Apr 29, 2020 · 0 comments
Closed

The preprocess of mpii is incorrect when input_h!=input_w #88

imistyrain opened this issue Apr 29, 2020 · 0 comments

Comments

@imistyrain
Copy link

imistyrain commented Apr 29, 2020

in mpii.py, the trans_input is got by

trans_input = get_affine_transform(
      c, s, r, [self.opt.input_h, self.opt.input_w])

howerever in h36m.py

trans_input = get_affine_transform(
      c, s, r, [self.opt.input_w, self.opt.input_h])

The preporcess of mpii will be wrong when input_w != input_h

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