dlib/tools/convert_dlib_nets_to_caffe
Davis King 74fbca45ca Changed the converter so that, rather than producing one python file with
everything in it, it now makes a python file as before but an additional binary
file with all the weights in it.  This way, if you are working with a network
with a very large number of weights you won't end up with a crazy large python
script.
2017-06-04 10:06:44 -04:00
..
CMakeLists.txt Added a simple tool to convert dlib model files, which are saved as XML files, 2017-05-06 15:02:38 -04:00
main.cpp Changed the converter so that, rather than producing one python file with 2017-06-04 10:06:44 -04:00
running_a_dlib_model_with_caffe_example.py Changed caffe converter to require the user to specify the input tensor size 2017-05-22 19:06:55 -04:00