ayaanzhaque / instruct-nerf2nerf

Instruct-NeRF2NeRF: Editing 3D Scenes with Instructions (ICCV 2023)
https://instruct-nerf2nerf.github.io/
MIT License
769 stars 64 forks source link

Error(s) in loading state_dict for InstructNeRF2NeRFModel #18

Closed minkesh-pidilite closed 1 year ago

minkesh-pidilite commented 1 year ago

I am getting the following error while running this model

 Error(s) in loading state_dict for InstructNeRF2NeRFModel:
        Unexpected key(s) in state_dict: "field.mlp_pred_normals.params", 
"field.field_head_pred_normals.net.weight", 
"field.field_head_pred_normals.net.bias". 

Can anyone help with the reason for this ?

minkesh-pidilite commented 1 year ago

This got fixed, the issue was I had done the training with Normals = True but once I removed this and retrained the model it worked fine.