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

Question about the different image size in training and testing #7

Open
HowieMa opened this issue Dec 17, 2019 · 1 comment
Open

Question about the different image size in training and testing #7

HowieMa opened this issue Dec 17, 2019 · 1 comment

Comments

@HowieMa
Copy link

HowieMa commented Dec 17, 2019

Hi, thank you for providing this excellent code.
I have some questions about the different image size at training and testing.
In training, you calculate loss based on the upsampled output, which has the same image size as the input image. However, in testing(prediction), you calculate the keypoints based on the results before Upsampling.
I was wondering why you do this in testing time? For efficiency or something else?
Look forward to your reply, thank you!

@hackiey
Copy link
Owner

hackiey commented Dec 17, 2019

This repo has been for a long time, and I have a bit of trouble remembering these meanings.

Actually I think the results before upsampling is just for analysis, and the real results is after upsampling, and upsampling has no parameters, so the results are consistent in a way.

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

2 participants