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

Issue about using Hourglass as backbone #406

Open
seekFire opened this issue Oct 15, 2019 · 2 comments
Open

Issue about using Hourglass as backbone #406

seekFire opened this issue Oct 15, 2019 · 2 comments

Comments

@seekFire
Copy link

seekFire commented Oct 15, 2019

Due to the hourglass network has multiple output (According to "intermediate supervision", the number of hourglass block is equal to the number of output block), suppose that I use hourglass network as backbone, which output should be regarded as the final output in test stage?

I noticed that in "large_hourglass.py", the output of the class "exkp"(inherited by class "HourglassNet") is multiple; while in "base_trainer.py", the class "ModuleWithLoss" return "output[-1]", does this mean that you only use the last output of hourglass to train the network?
Shouldn't we use all output to train, and the last output to test?

@seekFire seekFire reopened this Oct 15, 2019
@xingyizhou
Copy link
Owner

We do use all output to train and the last output to test.

@seekFire
Copy link
Author

@xingyizhou Okay! Thank you very much!

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