Re: [FFmpeg-devel] [PATCH] libavfilter: Add more operation supports in FFmpeg dnn native mode.

2019-05-04 Thread Guo, Yejun
> > > > @xwmeng, We now can support 3 padding options for conv layer. > > - valid: the same definition as TF model. (the size of feature map > > changed). > > - same: the same definition as TF model. (zero filled for outside pixels). > > - same_clamp_to_edge: just like 'same' option, but edge f

Re: [FFmpeg-devel] [PATCH] libavfilter: Add more operation supports in FFmpeg dnn native mode.

2019-05-01 Thread xwmeng
> -原始邮件- > 发件人: "Guo, Yejun" > 发送时间: 2019-04-30 08:43:43 (星期二) > 收件人: "FFmpeg development discussions and patches" > 抄送: > 主题: Re: [FFmpeg-devel] [PATCH] libavfilter: Add more operation supports in > FFmpeg dnn native mode. > > >

Re: [FFmpeg-devel] [PATCH] libavfilter: Add more operation supports in FFmpeg dnn native mode.

2019-04-29 Thread Guo, Yejun
> -Original Message- > From: ffmpeg-devel [mailto:ffmpeg-devel-boun...@ffmpeg.org] On Behalf Of > Pedro Arthur > Sent: Monday, April 29, 2019 11:26 PM > To: FFmpeg development discussions and patches > Subject: Re: [FFmpeg-devel] [PATCH] libavfilter: Add more operat

Re: [FFmpeg-devel] [PATCH] libavfilter: Add more operation supports in FFmpeg dnn native mode.

2019-04-29 Thread Pedro Arthur
Em seg, 29 de abr de 2019 às 00:06, escreveu: > > > > > > -原始邮件- > > 发件人: "Pedro Arthur" > > 发送时间: 2019-04-29 10:42:42 (星期一) > > 收件人: "FFmpeg development discussions and patches" > > 抄送: > > 主题: Re: [FFmpeg-devel]

Re: [FFmpeg-devel] [PATCH] libavfilter: Add more operation supports in FFmpeg dnn native mode.

2019-04-28 Thread xwmeng
> -原始邮件- > 发件人: "Pedro Arthur" > 发送时间: 2019-04-29 10:42:42 (星期一) > 收件人: "FFmpeg development discussions and patches" > 抄送: > 主题: Re: [FFmpeg-devel] [PATCH] libavfilter: Add more operation supports in > FFmpeg dnn native mode. > >

Re: [FFmpeg-devel] [PATCH] libavfilter: Add more operation supports in FFmpeg dnn native mode.

2019-04-28 Thread Pedro Arthur
nt discussions and patches > > Subject: [FFmpeg-devel] [PATCH] libavfilter: Add more operation supports in > > FFmpeg dnn native mode. > > > > This patch is for the support of derain filter project in GSoC. It adds > > supports for > > the following

Re: [FFmpeg-devel] [PATCH] libavfilter: Add more operation supports in FFmpeg dnn native mode.

2019-04-28 Thread xwmeng
> -原始邮件- > 发件人: "Guo, Yejun" > 发送时间: 2019-04-29 10:03:43 (星期一) > 收件人: "FFmpeg development discussions and patches" > 抄送: > 主题: Re: [FFmpeg-devel] [PATCH] libavfilter: Add more operation supports in > FFmpeg dnn native mode. > > >

Re: [FFmpeg-devel] [PATCH] libavfilter: Add more operation supports in FFmpeg dnn native mode.

2019-04-28 Thread Guo, Yejun
> -Original Message- > From: ffmpeg-devel [mailto:ffmpeg-devel-boun...@ffmpeg.org] On Behalf Of > xwm...@pku.edu.cn > Sent: Sunday, April 28, 2019 5:27 PM > To: ffmpeg development discussions and patches > Subject: [FFmpeg-devel] [PATCH] libavfilter: Add more ope

Re: [FFmpeg-devel] [PATCH] libavfilter: Add more operation supports in FFmpeg dnn native mode.

2019-04-28 Thread xwmeng
> -原始邮件- > 发件人: "myp...@gmail.com" > 发送时间: 2019-04-28 18:28:21 (星期日) > 收件人: "FFmpeg development discussions and patches" > 抄送: > 主题: Re: [FFmpeg-devel] [PATCH] libavfilter: Add more operation supports in > FFmpeg dnn native mode. &g

Re: [FFmpeg-devel] [PATCH] libavfilter: Add more operation supports in FFmpeg dnn native mode.

2019-04-28 Thread myp...@gmail.com
On Sun, Apr 28, 2019 at 5:27 PM wrote: > > This patch is for the support of derain filter project in GSoC. It adds > supports for the following operations: > > > > > (1) Conv padding method: "SAME" and "VALID" > > (2) Dilation > > (3) Activation: "NONE" and "LEAKY_RELU" > > > > > These operati

[FFmpeg-devel] [PATCH] libavfilter: Add more operation supports in FFmpeg dnn native mode.

2019-04-28 Thread xwmeng
This patch is for the support of derain filter project in GSoC. It adds supports for the following operations: (1) Conv padding method: "SAME" and "VALID" (2) Dilation (3) Activation: "NONE" and "LEAKY_RELU" These operations are all needed in derain filter. And if modify the dnn nati