diff mbox

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

Message ID 1560403844-9689-1-git-send-email-yejun.guo@intel.com
State Accepted
Commit 231d0c819fe49f14f49c240470dd92f43fe2355c
Headers show

Commit Message

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

Comments

Guo, Yejun July 2, 2019, 12:46 a.m. UTC | #1
> -----Original Message-----
> From: Guo, Yejun
> Sent: Thursday, June 13, 2019 1:31 PM
> To: ffmpeg-devel@ffmpeg.org
> Cc: Guo, Yejun <yejun.guo@intel.com>
> Subject: [PATCH V3 2/3] doc/filters: update how to generate native model for sr
> filter
> 
> Signed-off-by: Guo, Yejun <yejun.guo@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.
Gyan Doshi July 2, 2019, 5:14 a.m. UTC | #2
On 02-07-2019 06:16 AM, Guo, Yejun wrote:
>
>> -----Original Message-----
>> From: Guo, Yejun
>> Sent: Thursday, June 13, 2019 1:31 PM
>> To: ffmpeg-devel@ffmpeg.org
>> Cc: Guo, Yejun <yejun.guo@intel.com>
>> Subject: [PATCH V3 2/3] doc/filters: update how to generate native model for sr
>> filter
>>
>> Signed-off-by: Guo, Yejun <yejun.guo@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.
Will push.

Thanks,
Gyan
diff mbox

Patch

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