Re: [FFmpeg-devel] [PATCH 2/2] libavfi/dnn: add LibTorch as one of DNN backend

2022-05-24 Thread Fu, Ting
> -Original Message- > From: ffmpeg-devel On Behalf Of > Jean-Baptiste Kempf > Sent: Tuesday, May 24, 2022 10:52 PM > To: ffmpeg-devel > Subject: Re: [FFmpeg-devel] [PATCH 2/2] libavfi/dnn: add LibTorch as one of > DNN backend > > Hello, > > On Tue

Re: [FFmpeg-devel] [PATCH 2/2] libavfi/dnn: add LibTorch as one of DNN backend

2022-05-24 Thread Fu, Ting
> -Original Message- > From: ffmpeg-devel On Behalf Of Soft > Works > Sent: Tuesday, May 24, 2022 10:24 PM > To: FFmpeg development discussions and patches de...@ffmpeg.org> > Subject: Re: [FFmpeg-devel] [PATCH 2/2] libavfi/dnn: add LibTorch as

Re: [FFmpeg-devel] [PATCH 2/2] libavfi/dnn: add LibTorch as one of DNN backend

2022-05-24 Thread Soft Works
> -Original Message- > From: ffmpeg-devel On Behalf Of Jean- > Baptiste Kempf > Sent: Tuesday, May 24, 2022 4:52 PM > To: ffmpeg-devel > Subject: Re: [FFmpeg-devel] [PATCH 2/2] libavfi/dnn: add LibTorch as one > of DNN backend > > Hello, > > On Tue

Re: [FFmpeg-devel] [PATCH 2/2] libavfi/dnn: add LibTorch as one of DNN backend

2022-05-24 Thread Jean-Baptiste Kempf
Hello, On Tue, 24 May 2022, at 16:03, Fu, Ting wrote: > I am trying to add this backend since we got some users who have > interest in doing PyTorch model(BasicVSR model) inference with FFmpeg. I think you are missing my point here. We already have 3 backends (TF, Native, OpenVino) in FFmpeg. T

Re: [FFmpeg-devel] [PATCH 2/2] libavfi/dnn: add LibTorch as one of DNN backend

2022-05-24 Thread Soft Works
> -Original Message- > From: ffmpeg-devel On Behalf Of Fu, Ting > Sent: Tuesday, May 24, 2022 4:03 PM > To: FFmpeg development discussions and patches > Subject: Re: [FFmpeg-devel] [PATCH 2/2] libavfi/dnn: add LibTorch as one > of DNN backend > > Hi Jean-Bapti

Re: [FFmpeg-devel] [PATCH 2/2] libavfi/dnn: add LibTorch as one of DNN backend

2022-05-24 Thread Fu, Ting
> Jean-Baptiste Kempf > Sent: Monday, May 23, 2022 05:51 PM > To: ffmpeg-devel > Subject: Re: [FFmpeg-devel] [PATCH 2/2] libavfi/dnn: add LibTorch as one of > DNN backend > > Hello, > > Are we seriously going to add all backends for ML in FFmpeg? Next one is > ONNNX? >

Re: [FFmpeg-devel] [PATCH 2/2] libavfi/dnn: add LibTorch as one of DNN backend

2022-05-23 Thread Jean-Baptiste Kempf
Hello, Are we seriously going to add all backends for ML in FFmpeg? Next one is ONNNX? jb On Mon, 23 May 2022, at 11:29, Ting Fu wrote: > PyTorch is an open source machine learning framework that accelerates > the path from research prototyping to production deployment. Official > websit: https:

[FFmpeg-devel] [PATCH 2/2] libavfi/dnn: add LibTorch as one of DNN backend

2022-05-23 Thread Ting Fu
PyTorch is an open source machine learning framework that accelerates the path from research prototyping to production deployment. Official websit: https://pytorch.org/. We call the C++ library of PyTorch as LibTorch, the same below. To build FFmpeg with LibTorch, please take following steps as re