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 to train on custom datasets #35

Open
michaelw-0615 opened this issue Apr 1, 2024 · 1 comment
Open

How to train on custom datasets #35

michaelw-0615 opened this issue Apr 1, 2024 · 1 comment

Comments

@michaelw-0615
Copy link

Hi authors,

Thanks for your excellent work.

I've noticed that this repository includes the checkpoint of a pretrained model ("./pretrained/droid.pth"), could you provide some details about which datasets this checkpoint file is based on and how this model is trained?

Also, if I plan to train on custom monocular datasets like Tanks and Temples to obtain a new set of checkpoints, how could I access the training scripts and what kinds of data (RGB maps, depth maps, poses, etc.) are required for training? Thank you!

Best,
Michael W

@youmi-zym
Copy link
Owner

Hi,

The frontend is pretrained and fixed when doing SLAM things. So, if you want to deploy to another dataset, it doesn't need to train the frontend network again.

But, if you want to improve/finetune our pretrained frontend network, you can follow the steps mentioned in DroidSLAM.

Best,
Youmin

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