Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | libavfilter/dnn: add more data type support for dnn model input | Guo, Yejun | 2019-05-08 | 1 | -1/+9 |
* | libavfilter/dnn: support multiple outputs for tensorflow model | Guo, Yejun | 2019-05-08 | 1 | -2/+4 |
* | libavfilter/dnn: determine dnn output during execute_model instead of set_inp... | Guo, Yejun | 2019-05-08 | 1 | -3/+3 |
* | libavfilter/dnn: remove limit for the name of DNN model input/output | Guo, Yejun | 2019-05-08 | 1 | -1/+1 |
* | libavfilter: Removes stored DNN models. Adds support for native backend model... | Sergey Lavrushkin | 2018-09-17 | 1 | -4/+0 |
* | libavfilter: Code style fixes for pointers in DNN module and sr filter. | Sergey Lavrushkin | 2018-08-07 | 1 | -8/+8 |
* | Adds ESPCN super resolution filter merged with SRCNN filter. | Sergey Lavrushkin | 2018-07-02 | 1 | -2/+2 |
* | Adds TensorFlow backend for dnn inference module. | Sergey Lavrushkin | 2018-06-05 | 1 | -2/+1 |
* | Adds dnn inference module for simple convolutional networks. Reimplements src... | Sergey Lavrushkin | 2018-05-29 | 1 | -0/+64 |