Upload 2 files
Browse files- id2label.json +4 -0
- palette.json +4 -0
id2label.json
ADDED
@@ -0,0 +1,4 @@
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"1": "embryo",
|
3 |
+
"2": "microsporidia"
|
4 |
+
}
|
palette.json
ADDED
@@ -0,0 +1,4 @@
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"1": [0, 0, 255]
|
3 |
+
"2": [255, 255, 0]
|
4 |
+
}
|