Spaces:
Runtime error
Runtime error
Update sam/sam.py
Browse files- sam/sam.py +3 -3
sam/sam.py
CHANGED
@@ -44,9 +44,9 @@ from sam.utils import show_anns
|
|
44 |
from sam.utils import show_box
|
45 |
from sam.utils import show_mask
|
46 |
from sam.utils import show_points
|
47 |
-
from
|
48 |
-
from
|
49 |
-
from
|
50 |
|
51 |
|
52 |
class SAMPipeline:
|
|
|
44 |
from sam.utils import show_box
|
45 |
from sam.utils import show_mask
|
46 |
from sam.utils import show_points
|
47 |
+
from segment_anything_hq import sam_model_registry
|
48 |
+
from segment_anything_hq import SamAutomaticMaskGenerator
|
49 |
+
from segment_anything_hq import SamPredictor
|
50 |
|
51 |
|
52 |
class SAMPipeline:
|