Skip to content

Instantly share code, notes, and snippets.

View fatemetardasti96's full-sized avatar
🏠
Working from home

fatemetardasti96

🏠
Working from home
View GitHub Profile
import dlib
import os
from skimage import io
training_xml_path = '/tmp/faces/training.xml'
testing_xml_path = '/tmp/faces/testing.xml'
predictor_out_path = '/tmp/predictor.dat'
predictor_options = dlib.shape_predictor_training_options()
predictor_options.be_verbose = True