Closed moragab1993 closed 4 years ago
Hi I think for the pretrained models, they are provided for end-to-end training, and the checkpoint generated during the training would have the key of 'depth_state_dict'. But if you just want to test the pretrained models, would you mind just trying the 'state_dict' key in depth_checkpoint.pth.tar?
hello
i downloaded both the pixor_checkpoint.pth.tar and depth_checkpoint.pth.tar and followed the documentation in PIXOR folder
when i runt this evaluation lik this :
i get the following error:
i added the pre-trained depth model to the run command :
i still get the same error
i check the keys inside each wight file
for pixor_checkpoint.pth.tar :
dict_keys(['state_dict', 'optimizer', 'scheduler', 'epoch'])
for depth_checkpoint.pth.tar
dict_keys(['epoch', 'arch', 'state_dict', 'best_RMSE', 'scheduler', 'optimizer'])
none of them have the
'depth_state_dict'
key