├── images ├── bollywood.jfif ├── bond.jpg ├── bravo.jpg ├── hollywood.jpg ├── readme.md └── vk.jpg ├── single_face.py └── video_mtcnn.py /images/bollywood.jfif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/campusx-official/face-detection-using-mtcnn/HEAD/images/bollywood.jfif -------------------------------------------------------------------------------- /images/bond.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/campusx-official/face-detection-using-mtcnn/HEAD/images/bond.jpg -------------------------------------------------------------------------------- /images/bravo.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/campusx-official/face-detection-using-mtcnn/HEAD/images/bravo.jpg -------------------------------------------------------------------------------- /images/hollywood.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/campusx-official/face-detection-using-mtcnn/HEAD/images/hollywood.jpg -------------------------------------------------------------------------------- /images/readme.md: -------------------------------------------------------------------------------- 1 | Nothing to display 2 | -------------------------------------------------------------------------------- /images/vk.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/campusx-official/face-detection-using-mtcnn/HEAD/images/vk.jpg -------------------------------------------------------------------------------- /single_face.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/campusx-official/face-detection-using-mtcnn/HEAD/single_face.py -------------------------------------------------------------------------------- /video_mtcnn.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/campusx-official/face-detection-using-mtcnn/HEAD/video_mtcnn.py --------------------------------------------------------------------------------