VLocNet icon indicating copy to clipboard operation
VLocNet copied to clipboard

mapnet checkpoint files can not be loaded by torch

Open berkayaskar06 opened this issue 1 year ago • 0 comments

Could not find the correct prefixes between odom_en1_head.conv1.weight and mapnet.feature_extractor.conv1.weight Traceback (most recent call last): File "test.py", line 156, in test_dataset=test_set, config=args, resume_optim=False) File "/home/adastec/vlocnet/model/evaluator.py", line 96, in init load_state_dict(self.model, checkpoint['model_state_dict']) File "/home/adastec/vlocnet/model/evaluator.py", line 47, in load_state_dict raise KeyError KeyError is there any checkpoint file that trained on vlocnet model?

berkayaskar06 avatar Mar 03 '24 21:03 berkayaskar06