-
Notifications
You must be signed in to change notification settings - Fork 11
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
multistage loss #6
Comments
|
thank you,
I have updampled the stage output with 4x4 kernel to get 96x96 output since my input image is very less 96x96 image. Is it okay if i upscale the stage outputs to visualise while inferencing. |
should be no since keras data generator doesn't support auto duplicate label in loss
I've not tried that and not sure about the model performance |
hello author,
i have some queries regarding your work. I have worked recently with multistage model. for example, I used 5 stages, 5 outputs and 5 individual losses. (So, i had to use generate 5 similar labels to compute loss.),(i think even if i dont return multiple labels, the loss is computed from the single lable returned from the dataloader.)
for stacked hourglass, should i use similar method?
edit: im training your hourglass model with mse loss, how many stages are better? also how can i choose features 128 or 256? whats the difference? more number of filters?
thank you
The text was updated successfully, but these errors were encountered: