I am working on video analysis for shopping mall and involved object tracking concept using OpenCV’s deep neural network module with Caffe models (face detectors).
I need two sets of files:
The .prototxt file(s) which define the model architecture (i.e., the layers themselves)
The .caffemodel file which contains the weights for the actual layers.
These two files required when using models trained using Caffe for deep learning to get more accurate OpenCV face detectors.
However I have found the .prototxt files here in the GitHub repo. But I facing problem to find .caffemodel. I hope to find any solution from here. Thanks