> -原始邮件-
> 发件人: "Guo, Yejun"
> 发送时间: 2019-05-09 09:52:46 (星期四)
> 收件人: "FFmpeg development discussions and patches"
> 抄送:
> 主题: Re: [FFmpeg-devel] [PATCH] libavfilter: Add multiple padding methods in
> FFmpeg dnn native mode.
>
>
>
> > -Original Message-
> > From: ffmpeg-de
This patch is for the support of derain filter project in GSoC. It adds
supports for the following operations:
(1) Conv padding method: "SAME", "VALID" and "SAME_CLAMP_TO_EDGE"
These operations are all needed in derain filter. As we discussed before, the
"SAME_CLAMP_TO_EDGE" method i
kend.
> > > > Indeed the clamp_to_edge is simpler than the other padding methods and
> > > > also gives a slight better result, If I remember correct the student
> > > > which implemented the TF backend did not find an equivalent padding
> > > > method
> -原始邮件-
> 发件人: "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.
>
> Em dom, 28 de abr de 2019 às 23:07, Guo, Yejun escre
> -原始邮件-
> 发件人: "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.
>
>
>
> > -Original Message-
> > From: ffmpeg-dev
> -原始邮件-
> 发件人: "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.
>
> On Sun, Apr 28, 2019 at 5:27 PM wrote:
> >
> > T
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
> -原始邮件-
> 发件人: "Pedro Arthur"
> 发送时间: 2019-04-11 00:12:09 (星期四)
> 收件人: "FFmpeg development discussions and patches"
> 抄送:
> 主题: Re: [FFmpeg-devel] [PATCH] libavfilter: Add derain filter init
> version--GSoC Qualification Task.
>
> Hi,
> Em ter, 9 de abr de 2019 às 22:42, escreveu:
> -原始邮件-
> 发件人: "Liu Steven"
> 发送时间: 2019-04-09 16:00:25 (星期二)
> 收件人: "FFmpeg development discussions and patches"
> 抄送: "Liu Steven"
> 主题: Re: [FFmpeg-devel] [PATCH] libavfilter: Add derain filter init
> version--GSoC Qualification Task.
>
>
>
> > 在 2019年4月9日,下午3:14,xwm...@pku.ed
Hi,
Yes, I use the espcn model for deraining as the initial version as it's a
easier way to implement the filter, although the paper proposes it for
super-resolution. And the model does have some effect on deraining project.
While, it is just the first version. I will use more suitable and more
This patch is the qualification task of the derain filter project in GSoC.
From 61463dfe14c0e0de4e233f68c8404d73d5bd9f8f Mon Sep 17 00:00:00 2001
From: Xuewei Meng
Date: Tue, 9 Apr 2019 15:09:33 +0800
Subject: [PATCH] Add derain filter init version-GSoC Qualification Task
Signed-off-by:
11 matches
Mail list logo