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 am running this demo_single_pair.ipynb notebook . Currently, this notebook only shows outdoor example and loads outdoor weights eloftr_outdoor.ckpt. But the provided google drive has indoor checkpoints as well, but when i try to load indoor checkpoints in the notebook: matcher.load_state_dict(torch.load("weights/indoor_ds_new.ckpt")['state_dict'])
then i got error like:
Error(s) in loading state_dict for LoFTR:
Missing key(s) in state_dict:
Unexpected key(s) in state_dict
Can you tell me correct way to load these indoor checkpoints?
Though I have used these outdoor checkpoints, eloftr_outdoor.ckpt in indoor texture less surface and got good results, is this expected, cause you have mentioned that outdoor checkpoints are trained on megadepth dataset and it a huge domain transfer to indoor texture less surface
The indoor checkpoints available in the Google Drive link are indeed the checkpoint of LoFTR, but we provided the link primarily for downloading datasets. We apologize for any confusion this may have caused.
Generally, checkpoints trained on outdoor datasets will not perform as well on indoor scenes. For better results, it is recommended to use checkpoints specifically trained for indoor environments.
For the indoor demo, we actually used a checkpoint that was trained on the ScanNet dataset with the same training data and strategy as LoFTR. However, we currently do not plan to provide this checkpoint.
Hi, Congrats for the really cool work on speeding up LoFTR !!!
My question is similar to previously raised issue
I am running this demo_single_pair.ipynb notebook . Currently, this notebook only shows outdoor example and loads outdoor weights
eloftr_outdoor.ckpt
. But the provided google drive has indoor checkpoints as well, but when i try to load indoor checkpoints in the notebook:matcher.load_state_dict(torch.load("weights/indoor_ds_new.ckpt")['state_dict'])
then i got error like:
eloftr_outdoor.ckpt
in indoor texture less surface and got good results, is this expected, cause you have mentioned that outdoor checkpoints are trained on megadepth dataset and it a huge domain transfer to indoor texture less surfaceThanks
Udit
The text was updated successfully, but these errors were encountered: