├── .gitattributes ├── README.md ├── deploy.prototxt.txt ├── detect_faces.py ├── res10_300x300_ssd_iter_140000.caffemodel ├── rooster.jpg └── ss.JPG /.gitattributes: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mayank8200/Deep-Learning-Face-Detection/HEAD/.gitattributes -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mayank8200/Deep-Learning-Face-Detection/HEAD/README.md -------------------------------------------------------------------------------- /deploy.prototxt.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mayank8200/Deep-Learning-Face-Detection/HEAD/deploy.prototxt.txt -------------------------------------------------------------------------------- /detect_faces.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mayank8200/Deep-Learning-Face-Detection/HEAD/detect_faces.py -------------------------------------------------------------------------------- /res10_300x300_ssd_iter_140000.caffemodel: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mayank8200/Deep-Learning-Face-Detection/HEAD/res10_300x300_ssd_iter_140000.caffemodel -------------------------------------------------------------------------------- /rooster.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mayank8200/Deep-Learning-Face-Detection/HEAD/rooster.jpg -------------------------------------------------------------------------------- /ss.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mayank8200/Deep-Learning-Face-Detection/HEAD/ss.JPG --------------------------------------------------------------------------------