Remove unused code.

This commit is contained in:
Brandon Amos 2016-09-15 08:43:43 -04:00
parent bb64d6917e
commit 7f6413fca9
1 changed files with 0 additions and 1 deletions

View File

@ -19,7 +19,6 @@ from matplotlib import cm
fileDir = os.path.dirname(os.path.realpath(__file__))
modelDir = os.path.join(fileDir, '..', 'models')
dlibModelDir = os.path.join(modelDir, 'dlib')
openfaceModelDir = os.path.join(modelDir, 'openface')
def getRep(bgrImg):