110 Commits (b4ebf483bcbf2e5db6bd29607142741f62598b4e)

Author SHA1 Message Date
Ting Fu b0d75a8de9 dnn_backend_openvino.c: allow out_frame as NULL for analytic case 4 years ago
Guo, Yejun 2da3a5c10f dnn: add color conversion for analytic case 4 years ago
Guo, Yejun 76fc6879e2 dnn: add function type for model 4 years ago
Guo, Yejun 995c33a046 dnn_backend_openvino.c: fix multi-thread issue for async execution 4 years ago
Guo, Yejun 51c105a62d dnn_backend_openvino.c: fix mismatch between ffmpeg(NHWC) and openvino(NCHW) 4 years ago
Guo, Yejun eccc7971c2 dnn_backend_openvino.c: remove extra semicolon 4 years ago
Guo, Yejun 06c01f1763 dnn: remove type cast which is not necessary 4 years ago
Mark Thompson bb96824510 dnn: Add ff_ prefix to unnamespaced globals 4 years ago
Mark Thompson 2c424d9630 dnn_backend_native.c: Add missing static to local variable 4 years ago
Mark Thompson c6a3ca2db4 dnn_backend_native_layer_mathbinary.c: Delete unused global variable 4 years ago
Guo, Yejun a11a3f358d dnn_backend_native_layer_conv2d.c: refine code with av_malloc_array and av_freep 4 years ago
Guo, Yejun a76fa0caa0 dnn_backend_native_layer_conv2d.c: correct struct name with CamelCase 4 years ago
Guo, Yejun d4f40c1b60 dnn/queue: remove prefix FF for Queue and SafeQueue 4 years ago
Guo, Yejun c5e30d588d libavfilter/dnn: add prefix ff_ for internal functions 4 years ago
Guo, Yejun 2d6af4a501 libavfilter/dnn: use avpriv_report_missing_feature for unsupported features 4 years ago
Guo, Yejun 0d5fd4999a dnn_backend_openvino.c: add version mismatch reminder 4 years ago
Ting Fu 71b82e4ffd dnn/openvino: support model input resize 4 years ago
Ting Fu 048d5cc620 dnn/openvino: refine code for better model initialization 4 years ago
Ting Fu 946fcd4508 dnn/openvino: remove unnecessary code 4 years ago
Guo, Yejun 64ea15f050 libavfilter/dnn: add batch mode for async execution 4 years ago
Andreas Rheinhardt 2c6f532e0a Mark some pointers as const 4 years ago
Guo, Yejun 6b0cfa8399 dnn/queue: add error check and cleanup 4 years ago
Guo, Yejun 97f520b700 dnn: fix issue when pthread is not supported 4 years ago
Guo, Yejun 8e78d5d394 dnn: fix redefining typedefs and also refine naming with correct prefix 4 years ago
Guo, Yejun 5024286465 dnn_interface: change from 'void *userdata' to 'AVFilterContext *filter_ctx' 4 years ago
Guo, Yejun e67b5d0a24 dnn: add async execution support for openvino backend 4 years ago
Guo, Yejun 39f5cb4bd1 dnn_interface: add interface to support async execution 4 years ago
Guo, Yejun 38089925fa dnn_backend_openvino.c: refine code for error handle 4 years ago
Guo, Yejun 2b177033bb dnn_backend_openvino.c: separate function execute_model_ov 4 years ago
Xie, Lin 6506ab8b03 dnn/queue: add queue and safe_queue support 4 years ago
Ting Fu 5dbabb020e dnn: add NV12 pixel format support 4 years ago
Jun Zhao 0320dab265 lavfi/dnn: check the return value from sws_getContext 4 years ago
Jun Zhao ae2075265b lavfi/dnn: used the format name in debug message 4 years ago
Guo, Yejun c4a3dbe726 dnn_backend_tf.c: add option sess_config for tf backend 4 years ago
Chris Miceli 6bdfea8d4b libavfilter/dnn/dnn_backend{openvino, tf}: check memory alloc non-NULL 4 years ago
Chris Miceli ad95e5e45d libavfilter/dnn_backend_native: check mem allocation 4 years ago
Mingyu Yin ad2546e3b3 dnn/native: add native support for dense 4 years ago
Guo, Yejun e71d73b096 dnn: add a new interface DNNModel.get_output 4 years ago
Guo, Yejun fce3e3e137 dnn: put DNNModel.set_input and DNNModule.execute_model together 4 years ago
Guo, Yejun 2003e32f62 dnn: change dnn interface to replace DNNData* with AVFrame* 4 years ago
Guo, Yejun 6918e240d7 dnn: add userdata for load model parameter 4 years ago
Xu Jun a39fcbdffb dnn_backend_native_layer_conv2d.c: fix bug of loop boundary in single thread mode. 4 years ago
Xu Jun 7d3cd9f956 dnn_backend_native_layer_conv2d.c: refine code. 4 years ago
Xu Jun 8e67ae2cb4 dnn_backend_native_layer_conv2d.c: fix memory allocation bug in multithread function. 4 years ago
Ting Fu dc16aeb390 dnn/openvino: add input/output name info 4 years ago
Ting Fu 87cb24a1ca dnn/openvino: support run inference via GPU 4 years ago
Andreas Rheinhardt 9beaf536fe dnn/dnn_backend_native_layer_conv2d: Fix allocation size 4 years ago
Xu Jun 3c7cad69f2 dnn_backend_native_layer_conv2d.c:Add mutithread function 4 years ago
Xu Jun 235e01f5a0 dnn_backend_native.c: parse options in native backend 4 years ago
Ting Fu 4a11a6f4cc dnn/tensorflow: add log error message 4 years ago