Make dlib paths consistent.
This commit is contained in:
parent
0cf59629ea
commit
f615d6b532
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue