├── LICENSE ├── README.md ├── data └── shape_predictor_5_face_landmarks.dat ├── eyeglass_detector.py └── img ├── example_1.gif └── schematic.PNG /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TianxingWu/realtime-glasses-detection/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TianxingWu/realtime-glasses-detection/HEAD/README.md -------------------------------------------------------------------------------- /data/shape_predictor_5_face_landmarks.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TianxingWu/realtime-glasses-detection/HEAD/data/shape_predictor_5_face_landmarks.dat -------------------------------------------------------------------------------- /eyeglass_detector.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TianxingWu/realtime-glasses-detection/HEAD/eyeglass_detector.py -------------------------------------------------------------------------------- /img/example_1.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TianxingWu/realtime-glasses-detection/HEAD/img/example_1.gif -------------------------------------------------------------------------------- /img/schematic.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TianxingWu/realtime-glasses-detection/HEAD/img/schematic.PNG --------------------------------------------------------------------------------