diff mbox

[FFmpeg-devel,V2,2/2] doc/filters: update how to generate native model for sr filter

Message ID 1559632189-11452-1-git-send-email-yejun.guo@intel.com
State Superseded
Headers show

Commit Message

Guo, Yejun June 4, 2019, 7:09 a.m. UTC
Signed-off-by: Guo, Yejun <yejun.guo@intel.com>
---
 doc/filters.texi | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)
diff mbox

Patch

diff --git a/doc/filters.texi b/doc/filters.texi
index 5db8e03..911cf69 100644
--- a/doc/filters.texi
+++ b/doc/filters.texi
@@ -16554,10 +16554,13 @@  Efficient Sub-Pixel Convolutional Neural Network model (ESPCN).
 See @url{https://arxiv.org/abs/1609.05158}.
 @end itemize
 
-Training scripts as well as scripts for model generation can be found at
+Training scripts as well as scripts for model file (.pb) saving can be found at
 @url{https://github.com/XueweiMeng/sr/tree/sr_dnn_native}. Original repository
 is at @url{https://github.com/HighVoltageRocknRoll/sr.git}.
 
+Native model files (.model) can be generated from TensorFlow model
+files (.pb) by using libavfilter/dnn/python/convert.py
+
 The filter accepts the following options:
 
 @table @option