Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | libavfilter: Removes stored DNN models. Adds support for native backend model... | Sergey Lavrushkin | 2018-09-17 | 1 | -2114/+0 |
* | libavfilter: Adds proper file descriptions to dnn_srcnn.h and dnn_espcn.h. | Sergey Lavrushkin | 2018-08-14 | 1 | -1/+2 |
* | libavfilter: Fixes warnings for unused variables in dnn_srcnn.h, dnn_espcn.h,... | Sergey Lavrushkin | 2018-08-07 | 1 | -35/+0 |
* | libavfilter: Code style fixes for pointers in DNN module and sr filter. | Sergey Lavrushkin | 2018-08-07 | 1 | -3/+3 |
* | libavfilter: Adds on the fly generation of default DNN models for tensorflow ... | Sergey Lavrushkin | 2018-08-07 | 1 | -4911/+2102 |
* | Adds ESPCN super resolution filter merged with SRCNN filter. | Sergey Lavrushkin | 2018-07-02 | 1 | -7/+7 |
* | Adds TensorFlow backend for dnn inference module. | Sergey Lavrushkin | 2018-06-05 | 1 | -0/+2877 |
* | Adds dnn inference module for simple convolutional networks. Reimplements src... | Sergey Lavrushkin | 2018-05-29 | 1 | -0/+2080 |