Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-08-28libavfilter: Unify Execution Modes in DNN FiltersShubhanshu Saxena
2021-05-11dnn: add DCO_RGB color order to enum DNNColorOrderTing Fu
2021-05-06lavfi/dnn: add classify support with openvino backendGuo, Yejun
2021-05-06lavfi/dnn: refine dnn interface to add DNNExecBaseParamsGuo, Yejun
2021-04-08lavfi/dnn: add post process for detectionGuo, Yejun
2021-04-08lavfi/dnn: refine code for frame pre/proc processingGuo, Yejun
2021-02-18dnn_interface.h: add enum DNNColorOrderGuo, Yejun
2021-02-18dnn: add function type for modelGuo, Yejun
2021-01-15libavfilter/dnn: add batch mode for async executionGuo, Yejun
2020-12-31dnn_interface.h: fix redefining typedefsGuo, Yejun
2020-12-29dnn_interface: change from 'void *userdata' to 'AVFilterContext *filter_ctx'Guo, Yejun
2020-12-29dnn: add async execution support for openvino backendGuo, Yejun
2020-12-29dnn_interface: add interface to support async executionGuo, Yejun
2020-09-21dnn: add a new interface DNNModel.get_outputGuo, Yejun
2020-09-21dnn: put DNNModel.set_input and DNNModule.execute_model togetherGuo, Yejun
2020-09-21dnn: change dnn interface to replace DNNData* with AVFrame*Guo, Yejun
2020-09-21dnn: add userdata for load model parameterGuo, Yejun
2020-08-25dnn: move output name from DNNModel.set_input_output to DNNModule.execute_modelGuo, Yejun
2020-08-12dnn: add backend options when load the modelGuo, Yejun
2020-07-02dnn: add openvino as one of dnn backendGuo, Yejun
2019-10-30avfilter/dnn: add a new interface to query dnn model's input infoGuo, Yejun
2019-10-30avfilter/dnn: get the data type of network output from dnn execution resultGuo, Yejun
2019-08-30dnn: export operand info in python script and load in c codeGuo, Yejun
2019-05-08libavfilter/dnn: add more data type support for dnn model inputGuo, Yejun
2019-05-08libavfilter/dnn: support multiple outputs for tensorflow modelGuo, Yejun
2019-05-08libavfilter/dnn: determine dnn output during execute_model instead of set_inp...Guo, Yejun
2019-05-08libavfilter/dnn: remove limit for the name of DNN model input/outputGuo, Yejun
2018-09-18libavfilter: Removes stored DNN models. Adds support for native backend model...Sergey Lavrushkin
2018-08-07libavfilter: Code style fixes for pointers in DNN module and sr filter.Sergey Lavrushkin
2018-07-02Adds ESPCN super resolution filter merged with SRCNN filter.Sergey Lavrushkin
2018-06-05Adds TensorFlow backend for dnn inference module.Sergey Lavrushkin
2018-05-29Adds dnn inference module for simple convolutional networks. Reimplements src...Sergey Lavrushkin