> -----Original Message-----
> From: Guo, Yejun
> Sent: Thursday, June 13, 2019 1:31 PM
> To: ffmpeg-devel@ffmpeg.org
> Cc: Guo, Yejun <yejun....@intel.com>
> Subject: [PATCH V3 2/3] doc/filters: update how to generate native model for 
> sr
> filter
> 
> Signed-off-by: Guo, Yejun <yejun....@intel.com>
> ---
>  doc/filters.texi | 5 ++++-
>  1 file changed, 4 insertions(+), 1 deletion(-)
> 
> diff --git a/doc/filters.texi b/doc/filters.texi
> index ec1c7c7..fe6725a 100644
> --- a/doc/filters.texi
> +++ b/doc/filters.texi
> @@ -16588,10 +16588,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 tools/python/convert.py
> +
>  The filter accepts the following options:
> 
>  @table @option
> --
> 2.7.4

this patch asks for review, thanks.
_______________________________________________
ffmpeg-devel mailing list
ffmpeg-devel@ffmpeg.org
https://ffmpeg.org/mailman/listinfo/ffmpeg-devel

To unsubscribe, visit link above, or email
ffmpeg-devel-requ...@ffmpeg.org with subject "unsubscribe".

Reply via email to