Which network models OpenCV dnn module support?
Is there a list of all models or I can get any config and weights files and load the net?
Is there a list of all models or I can get any config and weights files and load the net?
there is a list of tested models here ,
those will run "out-of-the-box" with example code from here. for others, ask here again for help ;)
Great, I got it!
But it looks like some network models doesn't have both files (config and weights). For example, "Faster-RCNN VGG16" provide only the .caffemodel while "MobileNet-SSD" provides .caffemodel and .prototxt.
Some of .prototxt
files here: https://github.com/opencv/opencv_extr...
Asked: 2019-04-02 08:12:16 -0600
Seen: 180 times
Last updated: Apr 02 '19
Why is a there a stub for dnn in the reference manual?
Tutorial for OpenCV' Deep Learning Module for Android
Concatenate failing check for #axes?
Run-time Error Importing Caffe Models
DNN (SqueezeNet) OpenCV Error: Assertion failed in cv::Mat::reshape
Using the opencv_contrib dnn module (too slow)
Sequence of calls in the cv::gemm(...) function
why dnn input must ".data" but output no need ".prob"