Custom deep learning layers in Python
authorDmitry Kurtaev <dmitry.kurtaev+github@gmail.com>
Wed, 25 Apr 2018 12:19:02 +0000 (15:19 +0300)
committerDmitry Kurtaev <dmitry.kurtaev+github@gmail.com>
Thu, 26 Apr 2018 06:25:18 +0000 (09:25 +0300)
commitd5b95632639b7203d174effc90cd2c909399a7c9
treeb14848a4f331bf18aa8f877c61419f944774ca4f
parentca1975cadaf0391c330b58d2f3633d8b5327520c
Custom deep learning layers in Python
doc/tutorials/dnn/dnn_custom_layers/dnn_custom_layers.md
doc/tutorials/dnn/images/lena_hed.jpg [new file with mode: 0644]
modules/dnn/misc/python/pyopencv_dnn.hpp
modules/python/src2/cv2.cpp
samples/dnn/edge_detection.py [new file with mode: 0644]