This commit is contained in:
Brandon Amos 2015-12-17 09:06:46 -05:00
commit 92672ec406
1 changed files with 4 additions and 0 deletions

View File

@ -25,6 +25,10 @@ import cv2
myDir = os.path.dirname(os.path.realpath(__file__)) myDir = os.path.dirname(os.path.realpath(__file__))
# Hack for CentOS support:
# https://github.com/cmusatyalab/openface/issues/66
os.environ['TERM'] = 'linux'
class TorchWrap: class TorchWrap:
# Warning: This is very unstable! # Warning: This is very unstable!