summaryrefslogtreecommitdiff
path: root/libavfilter/dnn_interface.h
Commit message (Expand)AuthorAge
* 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