22 Commits (7b58702cbdce097f32f62c87cd537ab28c04ffb2)

Author SHA1 Message Date
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 dff39ea9f0 dnn: add tf.nn.conv2d support for native model 5 years ago
Guo, Yejun 2558e62713 avfilter/dnn: unify the layer load function in native mode 5 years ago
Guo, Yejun 3fd5ac7e92 avfilter/dnn: unify the layer execution function in native mode 5 years ago
Guo, Yejun b78dc27bba avfilter/dnn: add DLT prefix for enum DNNLayerType to avoid potential conflicts 5 years ago
Guo, Yejun 8f13a557ca libavfilter/dnn: support multiple outputs for native mode 5 years ago
Guo, Yejun 75ca94f3cf libavfilter/dnn/dnn_backend_native: find the input operand according to input name 5 years ago
Guo, Yejun b2683c66b2 libavfilter/dnn: add layer maximum for native mode. 5 years ago
Marton Balint 862e020f93 avfilter/dnn: fix inclusion guard in dnn/dnn_backend_native_layer_depth2space.h 5 years ago
Guo, Yejun 48133fad05 libavfilter/dnn: separate depth_to_space layer from dnn_backend_native.c to a new file 5 years ago
Guo, Yejun 5f058dd693 libavfilter/dnn: separate conv2d layer from dnn_backend_native.c to a new file 5 years ago
Guo, Yejun 022f50d3fe libavfilter/dnn: add header into native model file 5 years ago
Guo, Yejun 83e0b71f66 dnn: export operand info in python script and load in c code 5 years ago
Guo, Yejun 2d5e39c13e dnn: change .model file format to put layer number at the end of file 5 years ago
Guo, Yejun 09a455a246 dnn: introduce dnn operand (in c code) to hold operand infos within network 5 years ago
Jun Zhao 1b0a8e48f1 lavfi/dnn/dnn_backend_native: fix memory leak in error path 5 years ago
Guo, Yejun 67889d4715 libavfilter/dnn/dnn_backend_tf: add tf.pad support for tensorflow backend with native model. 5 years ago
Guo, Yejun 29aeeb3e3e libavfilter/dnn/dnn_backend_tf: fix typo that variable uninitialized. 5 years ago
Guo, Yejun ccbab41039 dnn: convert tf.pad to native model in python script, and load/execute it in the c code. 6 years ago
Guo, Yejun df8db34552 dnn: add layer pad which is equivalent to tf.pad 6 years ago
Guo, Yejun 1b9064e3f4 libavfilter/dnn: move dnn files from libavfilter to libavfilter/dnn 6 years ago