mcnPyTorch
mcnPyTorch copied to clipboard
Convert the trained Wildcat Pytorch model to a matconvnet model
@albanie I trained a pytorch model [Google Drive] https://drive.google.com/file/d/1b53s6WYJAjyXt7SmQ-h5s5D3b6JhjDNV/view?usp=sharing with the cpvr2017 wildcat code https://github.com/durandtibo/wildcat.pytorch , but I can not convert it to the matconvnet model successfully.Could you import it and public it on your web?
Could you upload the model to a different location, or one with a direct link? (Baidu seems to want me to install a client to download the model).
The uploaded file doesn't appear to be a valid .tar
file?
@albanie I upload the valid *.tar file to Google drive https://drive.google.com/file/d/1b53s6WYJAjyXt7SmQ-h5s5D3b6JhjDNV/view?usp=sharing, which has been test. You can download it directly without installing the corresponding client. Thank you!
OK great, the link works - do you also have the model definition?
@albanie @davnov134 Yes, the code https://github.com/durandtibo/wildcat.pytorch contains the model definition.