Spaces:
Runtime error
Runtime error
change anchors.py
Browse files
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:
|