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

Are the pretrained model weights updated? #157

Open
littlepure2333 opened this issue Aug 1, 2024 · 6 comments
Open

Are the pretrained model weights updated? #157

littlepure2333 opened this issue Aug 1, 2024 · 6 comments

Comments

@littlepure2333
Copy link

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:
image

Before:
before

After:
after

@yocabon
Copy link
Contributor

yocabon commented Aug 1, 2024

Hi,
yes, all three checkpoints were updated in June. We made some changes to the training recipe (we swapped one dataset for another).

@littlepure2333
Copy link
Author

Thanks for your prompt reply. May I know which dataset is swapped?

@puyiwen
Copy link

puyiwen commented Aug 8, 2024

@littlepure2333 Hi, do you know the depthmap is metric depth or relative depth? Thank you!

@littlepure2333
Copy link
Author

@puyiwen In Dust3r, it's scale-invariant depth. If you want metric depth, you can check out Mast3r.

@puyiwen
Copy link

puyiwen commented Aug 8, 2024

@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.

@littlepure2333
Copy link
Author

@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.

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