test.py update
Browse files- SiamMask/tools/test.py +2 -2
SiamMask/tools/test.py
CHANGED
@@ -14,8 +14,8 @@ from os import makedirs
|
|
14 |
from os.path import join, isdir, isfile
|
15 |
import sys
|
16 |
|
17 |
-
sys.path.append(os.path.abspath(os.path.join(__file__, "..","..")))
|
18 |
-
sys.path.append(os.path.abspath(os.path.join(__file__, "..")))
|
19 |
|
20 |
|
21 |
|
|
|
14 |
from os.path import join, isdir, isfile
|
15 |
import sys
|
16 |
|
17 |
+
sys.path.append(os.path.abspath(os.path.join(__file__, "..", "..")))
|
18 |
+
sys.path.append(os.path.abspath(os.path.join(__file__, "..","..","utils")))
|
19 |
|
20 |
|
21 |
|