ffmpeg/libavfilter/dnn
Wenbin Chen da02836b9d libavfilter/vf_dnn_detect: Add input pad
Add input pad to get model input resolution. Detection models always
have fixed input size. And the output coordinators are based on the
input resolution, so we need to get input size to map coordinators to
our real output frames.

Signed-off-by: Wenbin Chen <wenbin.chen@intel.com>
Reviewed-by: Guo Yejun <yejun.guo@intel.com>
2023-12-16 21:50:37 +08:00
..
dnn_backend_common.c libavfiter/dnn_backend_openvino: Add multiple output support 2023-12-16 21:50:16 +08:00
dnn_backend_common.h
dnn_backend_openvino.c libavfilter/vf_dnn_detect: Add input pad 2023-12-16 21:50:37 +08:00
dnn_backend_tf.c libavfilter/dnn: Initialze DNNData variables 2023-09-27 12:58:55 +08:00
dnn_interface.c
dnn_io_proc.c libavfilter/dnn: Add scale and mean preprocess to openvino backend 2023-09-27 12:58:55 +08:00
dnn_io_proc.h
Makefile
queue.c
queue.h
safe_queue.c
safe_queue.h