ffmpeg/tools/python
Guo, Yejun 2d5e39c13e dnn: change .model file format to put layer number at the end of file
currently, the layer number is at the beginning of the .model file,
so we have to scan twice in python script, the first scan to get the
layer number. Only one scan needed after put the layer number at the
end of .model file.

Signed-off-by: Guo, Yejun <yejun.guo@intel.com>
Signed-off-by: Pedro Arthur <bygrandao@gmail.com>
2019-08-30 11:41:30 -03:00
..
convert_from_tensorflow.py dnn: change .model file format to put layer number at the end of file 2019-08-30 11:41:30 -03:00
convert.py convert_from_tensorflow.py: add option to dump graph for visualization in tensorboard 2019-08-15 14:58:19 -03:00