1 | initial version |
@BigMao Chen, please take a look at a PR https://github.com/opencv/opencv/pull/11129. We've introduced a way to define custom layers for models from Torch, Caffe and TensorFlow. You may find a tutorial and a sample of how to implement this layer in a test_torch_importer.cpp
file.