Home readNetFromCaffe
Post
Cancel

readNetFromCaffe

What is readNetFromCaffe?

cv2.dnn.readNetFromCaffe(prototxt, caffeModel) reads a network model stored in Caffe framework’s format. where:

  • prototxt : path to the .prototxt file with text description of the network architecture.

  • caffeModel path to the .caffemodel file with learned network.

This post is licensed under CC BY 4.0 by the author.