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

Question Regarding GIM-DKM Training #37

Open
gyj155 opened this issue Dec 4, 2024 · 4 comments
Open

Question Regarding GIM-DKM Training #37

gyj155 opened this issue Dec 4, 2024 · 4 comments

Comments

@gyj155
Copy link

gyj155 commented Dec 4, 2024

First of all, thank you for your excellent work on this repository. I have some questions regarding the training process of GIM-dkm, specifically with respect to the dataset and loss functions.

In the original DKM model, the training was divided into indoor and outdoor models. For GIM, I understand that it was trained using data from the indoor model combined with YouTube data. Could you confirm if this is correct? Specifically, does the GIM training use a combination of MegaDepth, ScanNet, and YouTube datasets?

In the original model, depth loss and confidence loss were calculated based on the depth information from the dataset. However, when using YouTube videos, which have image pairs with matched ground truth, could you clarify what kind of loss function is used in this case for training?

I would greatly appreciate any clarification on these points.

@xuelunshen
Copy link
Owner

Thank you for your recognition.

  1. GIM-dkm is trained from scratch using a combination of MegaDepth, ScanNet, and the YouTube datasets.
  2. In training, video labels only calculate the depth loss (L2 Loss).

@gyj155
Copy link
Author

gyj155 commented Dec 5, 2024

Thank you for your reply!

@xuelunshen
Copy link
Owner

You're welcome, I will release the training code this month, you can check more details in the code.

@xuelunshen
Copy link
Owner

@gyj155
Sorry for the long wait, I have now released the code for video data generation and training network (gim-loftr). Please refer to the README for relevant information.

The training code for gim-dkm will be released later.

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