> -----Original Message----- > From: Guo, Yejun > Sent: Monday, July 01, 2019 4:08 PM > To: [email protected] > Cc: Guo, Yejun <[email protected]> > Subject: [PATCH 1/2] dnn: add layer pad which is equivalent to tf.pad > > the reason to add this layer first is that vf_sr uses it in its > tensorflow model, and the next plan is to update the python script > to convert tf.pad into native model. > > Signed-off-by: Guo, Yejun <[email protected]>
this patch set is based on a previous patch at http://ffmpeg.org/pipermail/ffmpeg-devel/2019-June/245481.html (libavfilter/dnn: move dnn files from libavfilter to libavfilter/dnn) > --- > libavfilter/dnn/Makefile | 1 + > libavfilter/dnn/dnn_backend_native_layer_pad.c | 211 > +++++++++++++++++++++++++ > libavfilter/dnn/dnn_backend_native_layer_pad.h | 40 +++++ > 3 files changed, 252 insertions(+) > create mode 100644 libavfilter/dnn/dnn_backend_native_layer_pad.c > create mode 100644 libavfilter/dnn/dnn_backend_native_layer_pad.h > _______________________________________________ ffmpeg-devel mailing list [email protected] https://ffmpeg.org/mailman/listinfo/ffmpeg-devel To unsubscribe, visit link above, or email [email protected] with subject "unsubscribe".
