> -----Original Message----- > From: Guo, Yejun > Sent: Wednesday, November 13, 2019 1:41 PM > To: ffmpeg-devel@ffmpeg.org > Cc: Guo, Yejun <yejun....@intel.com> > Subject: [PATCH] fate/filter-video: add test for dnn_processing with model > halve_first_channel > > Signed-off-by: Guo, Yejun <yejun....@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'. _______________________________________________ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org https://ffmpeg.org/mailman/listinfo/ffmpeg-devel To unsubscribe, visit link above, or email ffmpeg-devel-requ...@ffmpeg.org with subject "unsubscribe".