-
Notifications
You must be signed in to change notification settings - Fork 597
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
Are the pretrained model weights updated? #157
Comments
Hi, |
Thanks for your prompt reply. May I know which dataset is swapped? |
@littlepure2333 Hi, do you know the depthmap is metric depth or relative depth? Thank you! |
@puyiwen In Dust3r, it's scale-invariant depth. If you want metric depth, you can check out Mast3r. |
@littlepure2333 Thank you for your reply! Do you run the Linear head model? I found that the Linear head seems to get metric depth, while the DPT head gets relative depth. |
@puyiwen Sorry I didn't run the liner head model. But since the training data is normalized in dust3r, all output depth of different dust3r variant should be scale-invariant. |
Hi, thanks for your amazing work. However, I have a question.
I ran the same inference code on the same image once in May and once yesterday, but I got quite different results (for example, depth). I'm wondering if you have updated the pretrained model weights (DUSt3R_ViTLarge_BaseDecoder_512_dpt)?
Image:
Before:
After:
The text was updated successfully, but these errors were encountered: