Angelou0516 commited on
Commit
9fc3cea
·
verified ·
1 Parent(s): ac7b955

Upload README_original.txt with huggingface_hub

Browse files
Files changed (1) hide show
  1. README_original.txt +33 -0
README_original.txt ADDED
@@ -0,0 +1,33 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ NucMM (Mouse) Dataset Release
2
+ - image.h5: micro-CT (uCT) image volume of mouse visual cortex
3
+ - Image: image volumes for training and validation
4
+ - Label: instance segmentation volumes for training and validation
5
+
6
+ ==========
7
+ Train/val volume size: (192, 192, 192)
8
+
9
+ Training volume start coordinates (4 volumes):
10
+ 0 200 200
11
+ 0 604 576
12
+ 508 200 576
13
+ 508 604 200
14
+
15
+ Validation volume start coordinates (4 volumes):
16
+ 0 200 576
17
+ 0 604 200
18
+ 508 200 200
19
+ 508 604 576
20
+
21
+ ==========
22
+ The instance segmentation label of the whole volume is release by request. Please check the grand challenge website (https://nucmm.grand-challenge.org/) for guidance to request the instance segmentation label.
23
+
24
+ ==========
25
+ Citation:
26
+ @inproceedings{lin2021nucmm,
27
+ title={NucMM Dataset: 3D Neuronal Nuclei Instance Segmentation at Sub-Cubic Millimeter Scale},
28
+ author={Lin, Zudi and Wei, Donglai and Petkova, Mariela D and Wu, Yuelong and Ahmed, Zergham and Zou, Silin and Wendt, Nils and Boulanger-Weill, Jonathan and Wang, Xueying and Dhanyasi, Nagaraju and others},
29
+ booktitle={International Conference on Medical Image Computing and Computer-Assisted Intervention},
30
+ pages={164--174},
31
+ year={2021},
32
+ organization={Springer}
33
+ }