Git Inbox Mirror of the ffmpeg-devel mailing list - see https://ffmpeg.org/mailman/listinfo/ffmpeg-devel
 help / color / mirror / Atom feed
From: "Guo, Yejun" <yejun.guo-at-intel.com@ffmpeg.org>
To: FFmpeg development discussions and patches <ffmpeg-devel@ffmpeg.org>
Subject: Re: [FFmpeg-devel] [PATCH V4 2/3] lavfi/dnn: Delete DNN native backend releated tools and docs.
Date: Mon, 16 Jan 2023 02:12:46 +0000
Message-ID: <PH7PR11MB5957DAA6444F034B429ED7FFF1C19@PH7PR11MB5957.namprd11.prod.outlook.com> (raw)
In-Reply-To: <20230106091909.6789-2-ting.fu@intel.com>



> -----Original Message-----
> From: ffmpeg-devel <ffmpeg-devel-bounces@ffmpeg.org> On Behalf Of Ting
> Fu
> Sent: Friday, January 6, 2023 5:19 PM
> To: ffmpeg-devel@ffmpeg.org
> Subject: [FFmpeg-devel] [PATCH V4 2/3] lavfi/dnn: Delete DNN native
> backend releated tools and docs.
> 
> Signed-off-by: Ting Fu <ting.fu@intel.com>
> ---
>  doc/filters.texi                        |  43 +-
>  tools/python/convert.py                 |  56 ---
>  tools/python/convert_from_tensorflow.py | 607 ------------------------
>  tools/python/convert_header.py          |  26 -
>  4 files changed, 4 insertions(+), 728 deletions(-)  delete mode 100644
> tools/python/convert.py  delete mode 100644
> tools/python/convert_from_tensorflow.py
>  delete mode 100644 tools/python/convert_header.py
> 
> diff --git a/doc/filters.texi b/doc/filters.texi index 9c32339141..797d1c9fe2
> 100644
> --- a/doc/filters.texi
> +++ b/doc/filters.texi
> @@ -11222,9 +11222,6 @@ See
> @url{http://openaccess.thecvf.com/content_ECCV_2018/papers/Xia_Li_Recu
> rrent_
>  Training as well as model generation scripts are provided in  the repository at
> @url{https://github.com/XueweiMeng/derain_filter.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
> @@ -11245,21 +11242,16 @@ Specify which DNN backend to use for model
> loading and execution. This option ac  the following values:
> 
>  @table @samp
> -@item native
> -Native implementation of DNN loading and execution.
> -
>  @item tensorflow
>  TensorFlow backend. To enable this backend you  need to install the
> TensorFlow for C library (see
>  @url{https://www.tensorflow.org/install/lang_c}) and configure FFmpeg with
> @code{--enable-libtensorflow}  @end table -Default value is @samp{native}.
> 
>  @item model
>  Set path to model file specifying network architecture and its parameters.
> -Note that different backends use different file formats. TensorFlow and
> native -backend can load files for only its format.
> +Note that different backends use different file formats. TensorFlow can load
> files for only its format.
>  @end table
> 
>  To get full functionality (such as async execution), please use the
> @ref{dnn_processing} filter.
> @@ -11583,9 +11575,6 @@ Specify which DNN backend to use for model
> loading and execution. This option ac  the following values:
> 
>  @table @samp
> -@item native
> -Native implementation of DNN loading and execution.
> -
>  @item tensorflow
>  TensorFlow backend. To enable this backend you  need to install the
> TensorFlow for C library (see @@ -11601,14 +11590,9 @@ be needed if the
> header files and libraries are not installed into system path)
> 
>  @end table
> 
> -Default value is @samp{native}.

Which will be the default value in all these filters, and looks we need to 
also update the code in the filters.
_______________________________________________
ffmpeg-devel mailing list
ffmpeg-devel@ffmpeg.org
https://ffmpeg.org/mailman/listinfo/ffmpeg-devel

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

  reply	other threads:[~2023-01-16  2:13 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-01-06  9:19 [FFmpeg-devel] [PATCH V4 1/3] lavfi/dnn: Mark native backend as unsupported Ting Fu
2023-01-06  9:19 ` [FFmpeg-devel] [PATCH V4 2/3] lavfi/dnn: Delete DNN native backend releated tools and docs Ting Fu
2023-01-16  2:12   ` Guo, Yejun [this message]
2023-01-06  9:19 ` [FFmpeg-devel] [PATCH V4 3/3] lavfi/dnn: Remove DNN native backend Ting Fu
2023-01-16  1:30 ` [FFmpeg-devel] [PATCH V4 1/3] lavfi/dnn: Mark native backend as unsupported Fu, Ting

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=PH7PR11MB5957DAA6444F034B429ED7FFF1C19@PH7PR11MB5957.namprd11.prod.outlook.com \
    --to=yejun.guo-at-intel.com@ffmpeg.org \
    --cc=ffmpeg-devel@ffmpeg.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link

Git Inbox Mirror of the ffmpeg-devel mailing list - see https://ffmpeg.org/mailman/listinfo/ffmpeg-devel

This inbox may be cloned and mirrored by anyone:

	git clone --mirror https://master.gitmailbox.com/ffmpegdev/0 ffmpegdev/git/0.git

	# If you have public-inbox 1.1+ installed, you may
	# initialize and index your mirror using the following commands:
	public-inbox-init -V2 ffmpegdev ffmpegdev/ https://master.gitmailbox.com/ffmpegdev \
		ffmpegdev@gitmailbox.com
	public-inbox-index ffmpegdev

Example config snippet for mirrors.


AGPL code for this site: git clone https://public-inbox.org/public-inbox.git