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.