We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 55bf9d9 commit c5ce8c3Copy full SHA for c5ce8c3
test/test_segment_instances.py
@@ -43,7 +43,7 @@ def test_segment_instances_sam(self):
43
predicted = segment_instances_sam(sam, image)
44
self.assertGreater(matching(predicted, mask, threshold=0.75)["precision"], 0.99)
45
46
- # @unittest.skip("Needs some more debugging.")
+ @unittest.skip("Needs some more debugging.")
47
def test_segment_instances_from_embeddings(self):
48
from micro_sam.segment_instances import segment_instances_from_embeddings
49
0 commit comments