szagoruyko / cvpr15deepcompare

Code and models for "Learning to Compare Image Patches via Convolutional Neural Networks"
http://imagine.enpc.fr/~zagoruys/deepcompare.html
Other
468 stars 169 forks source link

Generating new .bin files from existing .t7 models #7

Closed mdaiter closed 8 years ago

mdaiter commented 8 years ago

How do you generate new .bin files from existing .t7 files?

For example: let's say I have a model I've self-trained or a model from a different project saved as a .t7 . Can I use your loading mechanism to load it in C++, and if so, how?

Thanks!

szagoruyko commented 8 years ago

Check https://github.com/mvitez/thnets and http://docs.opencv.org/3.1.0/d6/d0f/group__dnn.html

mdaiter commented 8 years ago

Thanks!