Spaces:
Runtime error
Runtime error
Initialisation 5
Browse files- utils/predictor.py +1 -1
utils/predictor.py
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
import numpy as np
|
2 |
-
from sam2.build_sam import build_sam2
|
3 |
from sam2.sam2_image_predictor import SAM2ImagePredictor
|
4 |
|
5 |
class Predictor:
|
|
|
1 |
import numpy as np
|
2 |
+
from sam2.sam2.build_sam import build_sam2
|
3 |
from sam2.sam2_image_predictor import SAM2ImagePredictor
|
4 |
|
5 |
class Predictor:
|