File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -94,7 +94,7 @@ def reference_id_from_url(url):
94
94
for i in range (len (TEST_IMG_URLS ))
95
95
]
96
96
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"
98
98
TEST_SEGMENTATION_ANNOTATIONS = [
99
99
{
100
100
"reference_id" : reference_id_from_url (TEST_IMG_URLS [i ]),
@@ -120,7 +120,7 @@ def reference_id_from_url(url):
120
120
for i in range (len (TEST_POLYGON_ANNOTATIONS ))
121
121
]
122
122
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"
124
124
125
125
# Asserts that a box annotation instance matches a dict representing its properties.
126
126
# Useful to check annotation uploads/updates match.
You can’t perform that action at this time.
0 commit comments