oguzakif commited on
Commit
243e43c
1 Parent(s): 1b90ade

test.py update

Browse files
Files changed (1) hide show
  1. 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