Ask Your Question
0

Which network models OpenCV dnn module support?

asked 2019-04-02 08:12:16 -0600

Jesuino Vieira gravatar image

Is there a list of all models or I can get any config and weights files and load the net?

edit retag flag offensive close merge delete

1 answer

Sort by ยป oldest newest most voted
1

answered 2019-04-02 09:38:14 -0600

berak gravatar image

updated 2019-04-02 09:39:33 -0600

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 ;)

edit flag offensive delete link more

Comments

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.

Jesuino Vieira gravatar imageJesuino Vieira ( 2019-04-02 11:11:07 -0600 )edit
1

Some of .prototxtfiles here: https://github.com/opencv/opencv_extr...

dkurt gravatar imagedkurt ( 2019-04-02 11:37:07 -0600 )edit

Thanks!

I think it's a bit messy OpenCV github.

Jesuino Vieira gravatar imageJesuino Vieira ( 2019-04-02 12:57:35 -0600 )edit

These files are optional and are not a part of library. There is no need to store them in the main repo.

dkurt gravatar imagedkurt ( 2019-04-02 21:57:53 -0600 )edit

Sure! But still messy in opencv_extra repo.

Jesuino Vieira gravatar imageJesuino Vieira ( 2019-04-03 08:01:44 -0600 )edit

Question Tools

1 follower

Stats

Asked: 2019-04-02 08:12:16 -0600

Seen: 150 times

Last updated: Apr 02 '19