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

How do we train HourglassDecoder? #184

Open
yutanpo1227 opened this issue Nov 26, 2024 · 2 comments
Open

How do we train HourglassDecoder? #184

yutanpo1227 opened this issue Nov 26, 2024 · 2 comments

Comments

@yutanpo1227
Copy link

yutanpo1227 commented Nov 26, 2024

I want to train the ConvNext model, but the training script that is given only works with RAFTDecoder.
How to train the ConvNext model?

@yutanpo1227 yutanpo1227 changed the title How do we learn HourglassDecoder? How do we train HourglassDecoder? Nov 26, 2024
@zero0kiriyu
Copy link

I have the same question. Wonder how to predict normal map in HourglassDecoder and which loss function is used for its supervision

@YvanYin
Copy link
Owner

YvanYin commented Jan 8, 2025

In our V1 (hourglass decoder), we did not enclose normal prediction tasks. If you need that, you can directly add a head to predict the normal, and follow ViT-models losses for training.

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

3 participants