You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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.
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
The text was updated successfully, but these errors were encountered: