├── LICENSE ├── README.md ├── face_detection.py └── haarcascade_frontalface_default.xml /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/calapsss/face_detection_tutorial/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/calapsss/face_detection_tutorial/HEAD/README.md -------------------------------------------------------------------------------- /face_detection.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/calapsss/face_detection_tutorial/HEAD/face_detection.py -------------------------------------------------------------------------------- /haarcascade_frontalface_default.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/calapsss/face_detection_tutorial/HEAD/haarcascade_frontalface_default.xml --------------------------------------------------------------------------------