luckiepeng commited on
Commit
725eb79
·
verified ·
1 Parent(s): e33db8f

Update Dataset005_ME2-Podo/dataset.json

Browse files
Files changed (1) hide show
  1. Dataset005_ME2-Podo/dataset.json +3 -2
Dataset005_ME2-Podo/dataset.json CHANGED
@@ -5,15 +5,16 @@
5
  "licence": "Unknown",
6
  "release": "1.0",
7
  "tensorImageSize": "3D",
 
8
  "channel_names": {
9
- "0": "EM"
10
  },
11
  "labels": {
12
  "background": 0,
13
  "mitochondria": 1,
14
  "boundary": 2
15
  },
16
- "numTraining": 1,
17
  "numTest": 1,
18
  "file_ending": ".nii.gz"
19
  }
 
5
  "licence": "Unknown",
6
  "release": "1.0",
7
  "tensorImageSize": "3D",
8
+ "spacing": [16, 16, 16],
9
  "channel_names": {
10
+ "0": "FIB-SEM"
11
  },
12
  "labels": {
13
  "background": 0,
14
  "mitochondria": 1,
15
  "boundary": 2
16
  },
17
+ "numTraining": 2,
18
  "numTest": 1,
19
  "file_ending": ".nii.gz"
20
  }