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
Thanks for your impressive work!
when I tested on custmo model,"load_state_dict(torch.load(os.path.join(opt.load_weights_folder, "plade.pth")))", but it seems like no pretrained model end with"plade.pth", could you please tell me which model is matched with PladeNet, thankyou!
The text was updated successfully, but these errors were encountered:
Hi! I apologize for the delayed response. The code segment you have referred to was part of our early experiments to test different network architectures and is now obsolete. You may need to update the plade_net.py according to depth_decoder.py and train a new ckpt with the flag --net_type PladeNet.
Please do not hesitate to contact me if you have any further issues.
Thanks for your impressive work!
when I tested on custmo model,"load_state_dict(torch.load(os.path.join(opt.load_weights_folder, "plade.pth")))", but it seems like no pretrained model end with"plade.pth", could you please tell me which model is matched with PladeNet, thankyou!
The text was updated successfully, but these errors were encountered: