summaryrefslogtreecommitdiff
path: root/libavfilter/vf_dnn_detect.c
Commit message (Expand)AuthorAge
* all: use designated initializers for AVOption.unitAnton Khirnov2024-02-14
* libavfilter/vf_dnn_detect: Use class confidence to filt boxesWenbin Chen2024-01-28
* libavfilter/dnn_interface: use dims to represent shapesWenbin Chen2024-01-28
* libavfilter/vf_dnn_detect: Add two outputs ssd supportWenbin Chen2023-12-30
* libavfilter/vf_dnn_detect: Add initialized value to function pointerWenbin Chen2023-12-21
* libavfilter/vf_dnn_detect: Fix a control flow issueWenbin Chen2023-12-21
* libavfilter/vf_dnn_detect: Add yolov4 supportWenbin Chen2023-12-16
* libavfilter/vf_dnn_detect: Add yolov3 supportWenbin Chen2023-12-16
* libavfilter/vf_dnn_detect: Add input padWenbin Chen2023-12-16
* libavfiter/dnn_backend_openvino: Add multiple output supportWenbin Chen2023-12-16
* libavfilter/vf_dnn_detect: Set used pointer to NULLWenbin Chen2023-12-15
* libavfilter/vf_dnn_detect: Fix uninitialized variables errorWenbin Chen2023-12-15
* libavfilter/vf_dnn_detect: Add NULL pointer checkWenbin Chen2023-12-15
* libavfilter/vf_dnn_detect: Fix an incorrect expressionWenbin Chen2023-12-15
* libavfilter/vf_dnn_detect: Add yolo supportWenbin Chen2023-11-26
* libavfilter/vf_dnn_detect: Add model_type option.Wenbin Chen2023-11-26
* avfilter: Deduplicate default video inputs/outputsAndreas Rheinhardt2023-08-07
* libavfilter/vf_dnn_detect: bbox index may bigger than bbox numberWenbin Chen2023-07-24
* avfilter/vf_dnn_detect: replace magic number by enum valueZhao Zhili2023-06-08
* avutil/internal: Move avpriv-file API to a header of its ownAndreas Rheinhardt2022-09-03
* Switch uses of av_fopen_utf8 to avpriv_fopen_utf8Martin Storsjö2022-05-23
* libavfilter: Remove DNNReturnType from DNN ModuleShubhanshu Saxena2022-03-12
* avfilter: Reindentation after query_formats changesAndreas Rheinhardt2021-10-05
* avfilter/vf_dnn_detect: Use formats list instead of query functionAndreas Rheinhardt2021-10-05
* avfilter: Replace query_formats callback with union of list and callbackAndreas Rheinhardt2021-10-05
* libavfilter: Remove synchronous functions from DNN filtersShubhanshu Saxena2021-08-28
* libavfilter: Unify Execution Modes in DNN FiltersShubhanshu Saxena2021-08-28
* avfilter/avfilter: Add numbers of (in|out)pads directly to AVFilterAndreas Rheinhardt2021-08-20
* avfilter/formats: Factor common function combinations outAndreas Rheinhardt2021-08-13
* dnn/vf_dnn_detect.c: add tensorflow output parse supportTing Fu2021-05-11
* lavfi/dnn_backend_tensorflow: support detect modelTing Fu2021-05-11
* avfilter: Constify all AVFiltersAndreas Rheinhardt2021-04-27
* lavfi: add filter dnn_detect for object detectionGuo, Yejun2021-04-17