26 Commits (15f1648f7fe65aadea4bfc1e2a72feaf30110aa0)

Author SHA1 Message Date
  Guo, Yejun 0884063f88 dnn_interface.h: add enum DNNColorOrder 4 years ago
  Guo, Yejun 76fc6879e2 dnn: add function type for model 4 years ago
  Guo, Yejun 64ea15f050 libavfilter/dnn: add batch mode for async execution 4 years ago
  Guo, Yejun 477dd2df60 dnn_interface.h: fix redefining typedefs 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 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
  Guo, Yejun 0f7a99e37a dnn: move output name from DNNModel.set_input_output to DNNModule.execute_model 4 years ago
  Guo, Yejun 0a51abe8ab dnn: add backend options when load the model 4 years ago
  Guo, Yejun ff37ebaf30 dnn: add openvino as one of dnn backend 5 years ago
  Guo, Yejun f4b3c0e55c avfilter/dnn: add a new interface to query dnn model's input info 5 years ago
  Guo, Yejun e1b45b8596 avfilter/dnn: get the data type of network output from dnn execution result 5 years ago
  Guo, Yejun 83e0b71f66 dnn: export operand info in python script and load in c code 5 years ago
  Guo, Yejun c636dc9819 libavfilter/dnn: add more data type support for dnn model input 6 years ago
  Guo, Yejun 25c1cd909f libavfilter/dnn: support multiple outputs for tensorflow model 6 years ago
  Guo, Yejun e2b92896c4 libavfilter/dnn: determine dnn output during execute_model instead of set_input_output 6 years ago
  Guo, Yejun 05f86f05bb libavfilter/dnn: remove limit for the name of DNN model input/output 6 years ago
  Sergey Lavrushkin bd10c1e9a8 libavfilter: Removes stored DNN models. Adds support for native backend model file format in tf backend. 6 years ago
  Sergey Lavrushkin 9d87897ba8 libavfilter: Code style fixes for pointers in DNN module and sr filter. 6 years ago
  Sergey Lavrushkin 575b718990 Adds ESPCN super resolution filter merged with SRCNN filter. 7 years ago
  Sergey Lavrushkin d8c0bbb0aa Adds TensorFlow backend for dnn inference module. 7 years ago
  Sergey Lavrushkin bdf1bbdbb4 Adds dnn inference module for simple convolutional networks. Reimplements srcnn filter based on it. 7 years ago