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 dbe8364 commit 49b9982Copy full SHA for 49b9982
tests/helpers.py
@@ -98,7 +98,7 @@ def reference_id_from_url(url):
98
TEST_SEGMENTATION_ANNOTATIONS = [
99
{
100
"reference_id": reference_id_from_url(TEST_IMG_URLS[i]),
101
- "annotation_id": f"[Pytest] Polygon Annotation Annotation Id{i}",
+ "annotation_id": f"[Pytest] Segmentation Annotation Id{i}",
102
"mask_url": get_signed_url(TEST_MASK_URL),
103
"annotations": [
104
{"label": "bear", "index": 2},
0 commit comments