> -----Original Message----- > From: ffmpeg-devel [mailto:ffmpeg-devel-boun...@ffmpeg.org] On Behalf Of > Guo, Yejun > Sent: Friday, November 22, 2019 4:02 PM > To: ffmpeg-devel@ffmpeg.org > Subject: Re: [FFmpeg-devel] [PATCH 4/4] fate/filter-video: add two tests for > dnn_processing with format rgb24 and grayf32 > > > > > -----Original Message----- > > From: Guo, Yejun > > Sent: Friday, November 22, 2019 3:50 PM > > To: ffmpeg-devel@ffmpeg.org > > Cc: Guo, Yejun <yejun....@intel.com> > > Subject: [PATCH 4/4] fate/filter-video: add two tests for dnn_processing > > with > > format rgb24 and grayf32 > > > > Signed-off-by: Guo, Yejun <yejun....@intel.com> > > --- > > tests/fate/filter-video.mak | 4 ++ > > ...filter-dnn_processing-halve_first_channel_float | 55 > > ++++++++++++++++++++++ > > .../fate/filter-dnn_processing-halve_gray_float | 55 > > ++++++++++++++++++++++ > > 3 files changed, 114 insertions(+) > > create mode 100644 > > tests/ref/fate/filter-dnn_processing-halve_first_channel_float > > create mode 100644 tests/ref/fate/filter-dnn_processing-halve_gray_float > > > > diff --git a/tests/fate/filter-video.mak b/tests/fate/filter-video.mak > > index b520690..d98fcb7 100644 > > --- a/tests/fate/filter-video.mak > > +++ b/tests/fate/filter-video.mak > > @@ -259,6 +259,10 @@ 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_float > > fate-filter-dnn_processing-halve_gray_float > > +fate-filter-dnn_processing-halve_first_channel_float: CMD = framecrc -c:v > > pgmyuv -i $(SRC) -vf > > > dnn_processing=model=$(TARGET_SAMPLES)/dnn_processing/halve_first_cha > > > nnel_float.model:input=dnn_in:output=dnn_out:fmt=rgb24:dnn_backend=nativ > > e > > +fate-filter-dnn_processing-halve_gray_float: CMD = framecrc -c:v pgmyuv -i > > $(SRC) -vf > > > dnn_processing=model=$(TARGET_SAMPLES)/dnn_processing/halve_gray_floa > > t.model:input=dnn_in:output=dnn_out:fmt=grayf32:dnn_backend=native > > + > > These two tests need model files under fate-suite/dnn_processing, I've > attached them > in the email, could someone help to upload them, thanks. > > to see how these two models are generated, please see > https://github.com/guoyejun/dnn_processing, thanks.
this patch set asks for review, thanks. _______________________________________________ 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".