oguzakif commited on
Commit
437f238
1 Parent(s): 834b83c

change anchors.py

Browse files
Files changed (1) hide show
  1. SiamMask/utils/anchors.py +1 -1
SiamMask/utils/anchors.py CHANGED
@@ -5,7 +5,7 @@
5
  # --------------------------------------------------------
6
  import numpy as np
7
  import math
8
- from utils.bbox_helper import center2corner, corner2center
9
 
10
 
11
  class Anchors:
 
5
  # --------------------------------------------------------
6
  import numpy as np
7
  import math
8
+ from SiamMask.utils.bbox_helper import center2corner, corner2center
9
 
10
 
11
  class Anchors: