summaryrefslogtreecommitdiff
path: root/libavfilter/dnn_interface.h
Commit message (Expand)AuthorAge
* libavfilter: Remove DNNReturnType from DNN ModuleShubhanshu Saxena2022-03-12
* lavfi/dnn_backend_openvino: Return Specific Error CodesShubhanshu Saxena2022-03-12
* lavfi/dnn: Error Specificity in Native Backend LayersShubhanshu Saxena2022-03-12
* libavfilter: Unify Execution Modes in DNN FiltersShubhanshu Saxena2021-08-28
* dnn: add DCO_RGB color order to enum DNNColorOrderTing Fu2021-05-11
* lavfi/dnn: add classify support with openvino backendGuo, Yejun2021-05-06
* lavfi/dnn: refine dnn interface to add DNNExecBaseParamsGuo, Yejun2021-05-06
* lavfi/dnn: add post process for detectionGuo, Yejun2021-04-08
* lavfi/dnn: refine code for frame pre/proc processingGuo, Yejun2021-04-08
* dnn_interface.h: add enum DNNColorOrderGuo, Yejun2021-02-18
* dnn: add function type for modelGuo, Yejun2021-02-18
* libavfilter/dnn: add batch mode for async executionGuo, Yejun2021-01-15
* dnn_interface.h: fix redefining typedefsGuo, Yejun2020-12-31
* dnn_interface: change from 'void *userdata' to 'AVFilterContext *filter_ctx'Guo, Yejun2020-12-29
* dnn: add async execution support for openvino backendGuo, Yejun2020-12-29
* dnn_interface: add interface to support async executionGuo, Yejun2020-12-29
* dnn: add a new interface DNNModel.get_outputGuo, Yejun2020-09-21
* dnn: put DNNModel.set_input and DNNModule.execute_model togetherGuo, Yejun2020-09-21
* dnn: change dnn interface to replace DNNData* with AVFrame*Guo, Yejun2020-09-21
* dnn: add userdata for load model parameterGuo, Yejun2020-09-21
* dnn: move output name from DNNModel.set_input_output to DNNModule.execute_modelGuo, Yejun2020-08-25
* dnn: add backend options when load the modelGuo, Yejun2020-08-12
* dnn: add openvino as one of dnn backendGuo, Yejun2020-07-02
* avfilter/dnn: add a new interface to query dnn model's input infoGuo, Yejun2019-10-30
* avfilter/dnn: get the data type of network output from dnn execution resultGuo, Yejun2019-10-30
* dnn: export operand info in python script and load in c codeGuo, Yejun2019-08-30
* libavfilter/dnn: add more data type support for dnn model inputGuo, Yejun2019-05-08
* libavfilter/dnn: support multiple outputs for tensorflow modelGuo, Yejun2019-05-08
* libavfilter/dnn: determine dnn output during execute_model instead of set_inp...Guo, Yejun2019-05-08
* libavfilter/dnn: remove limit for the name of DNN model input/outputGuo, Yejun2019-05-08
* libavfilter: Removes stored DNN models. Adds support for native backend model...Sergey Lavrushkin2018-09-17
* libavfilter: Code style fixes for pointers in DNN module and sr filter.Sergey Lavrushkin2018-08-07
* Adds ESPCN super resolution filter merged with SRCNN filter.Sergey Lavrushkin2018-07-02
* Adds TensorFlow backend for dnn inference module.Sergey Lavrushkin2018-06-05
* Adds dnn inference module for simple convolutional networks. Reimplements src...Sergey Lavrushkin2018-05-29