Skip to content

Commit 2ccbf72

Browse files
authored
Merge pull request #44 from scaleapi/sasha/fix_artifacts
fix artifacts
2 parents a1e0b69 + fd07687 commit 2ccbf72

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/helpers.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ def reference_id_from_url(url):
9494
for i in range(len(TEST_IMG_URLS))
9595
]
9696

97-
TEST_MASK_URL = "https://scale-ml.s3.amazonaws.com/tmp/nucleus/mscoco_semseg_masks/000000000285.png"
97+
TEST_MASK_URL = "https://scale-ml.s3.amazonaws.com/home/nucleus/mscoco_masks_uint8/000000000285.png"
9898
TEST_SEGMENTATION_ANNOTATIONS = [
9999
{
100100
"reference_id": reference_id_from_url(TEST_IMG_URLS[i]),
@@ -120,7 +120,7 @@ def reference_id_from_url(url):
120120
for i in range(len(TEST_POLYGON_ANNOTATIONS))
121121
]
122122

123-
TEST_INDEX_EMBEDDINGS_FILE = "https://scale-ml.s3.amazonaws.com/tmp/sasha/pytest_embeddings_payload.json"
123+
TEST_INDEX_EMBEDDINGS_FILE = "https://scale-ml.s3.amazonaws.com/home/nucleus/pytest/pytest_embeddings_payload.json"
124124

125125
# Asserts that a box annotation instance matches a dict representing its properties.
126126
# Useful to check annotation uploads/updates match.

0 commit comments

Comments
 (0)