Deep neural Networks with OpenCV
- GoogleLeNet.
- AlexNet.
- SqueezeNet.
- VGGNet.
- ResNet.
- .prototxt file, which has model architecture.
- .caffemodel which has the weights of layers.
python face.py --image image.jpg --prototxt deploy.prototxt.txt --model res10_300x300_ssd_iter_140000.caffemodel