Skip to content

Latest commit

 

History

History
19 lines (16 loc) · 811 Bytes

README.md

File metadata and controls

19 lines (16 loc) · 811 Bytes

Классификация степени надетости маски

Запуск

$ pip install requirements.txt

Так же скачайте модели с google drive
(shape_predictor_68_face_landmarks.dat - landmarks и model_6.pt - detection)

Затем запустите python-скрипт

$ python3 run.py -img=path/to/image -md=path/to/model_detection -ml=path/to/model_landmarks -out=out_image_path

Полезное

так же в папке doc есть документация по проекту
в папке examples есть примеры распознавания

Результат работы

image