[FFmpeg-devel] [PATCH] fate/filter-video: add test for dnn_processing with model halve_first_channel
Guo, Yejun
yejun.guo at intel.com
Wed Nov 13 07:52:54 EET 2019
> -----Original Message-----
> From: Guo, Yejun
> Sent: Wednesday, November 13, 2019 1:41 PM
> To: ffmpeg-devel at ffmpeg.org
> Cc: Guo, Yejun <yejun.guo at intel.com>
> Subject: [PATCH] fate/filter-video: add test for dnn_processing with model
> halve_first_channel
>
> Signed-off-by: Guo, Yejun <yejun.guo at intel.com>
> ---
> tests/fate/filter-video.mak | 3 ++
> .../fate/filter-dnn_processing-halve_first_channel | 55
> ++++++++++++++++++++++
> 2 files changed, 58 insertions(+)
> create mode 100644 tests/ref/fate/filter-dnn_processing-halve_first_channel
>
> diff --git a/tests/fate/filter-video.mak b/tests/fate/filter-video.mak
> index b520690..576f142 100644
> --- a/tests/fate/filter-video.mak
> +++ b/tests/fate/filter-video.mak
> @@ -259,6 +259,9 @@ FATE_FILTER_SAMPLES-$(call ALLYES, PNG_DECODER
> APNG_DEMUXER FORMAT_FILTER COLOR_
> FATE_FILTER_VSYNTH-$(CONFIG_PHASE_FILTER) += fate-filter-phase
> fate-filter-phase: CMD = framecrc -c:v pgmyuv -i $(SRC) -vf phase
>
> +FATE_FILTER_VSYNTH-$(CONFIG_DNN_PROCESSING_FILTER) +=
> fate-filter-dnn_processing-halve_first_channel
> +fate-filter-dnn_processing-halve_first_channel: CMD = framecrc -c:v pgmyuv -i
> $(SRC) -vf
> dnn_processing=model=$(TARGET_SAMPLES)/dnn_processing/halve_first_cha
> nnel.model:input=dnn_in:output=dnn_out:fmt=rgb24:dnn_backend=native
the test material is at https://github.com/guoyejun/fate-suite/tree/master/dnn_processing,
could someone help to upload to fate-suite, thanks.
I got the following line at https://ffmpeg.org/fate.html#Uploading-new-samples-to-the-fate-suite,
If you need a sample uploaded send a mail to samples-request.
but I did not find the detail email address of 'samples-request'.
More information about the ffmpeg-devel
mailing list