ebj commited on
Commit
e639bfd
1 Parent(s): a743b99

Upload 2 files

Browse files
Files changed (2) hide show
  1. id2label.json +4 -0
  2. 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
+ }