Closed mdaiter closed 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!
Check https://github.com/mvitez/thnets and http://docs.opencv.org/3.1.0/d6/d0f/group__dnn.html
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!