OpenCV
3.3.0
Open Source Computer Vision
|
Classes | |
class | cv::dnn2::BaseConverter |
Base class for tiny-dnn converter. More... | |
class | cv::dnn2::CaffeConverter |
Class implementing the CaffeConverter. More... | |
This module is based on the tiny-dnn framework. The module uses tiny-dnn to load and run pre-trained Caffe models. tiny-dnn's converter only supports single input/single output network without branches.