Make dlib paths consistent.

This commit is contained in:
Brandon Amos 2015-10-17 14:18:20 -04:00
parent 0cf59629ea
commit f615d6b532
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@
import sys
sys.path.append(".")
sys.path.append("/home/bamos/src/dlib-18.15/python_examples")
sys.path.append("/home/bamos/src/dlib-18.16/python_examples")
import argparse
import numpy as np