Datasets:
pytc
/

Modalities:
Image
Size:
< 1K
Libraries:
Datasets
License:
dwei commited on
Commit
a2891a1
1 Parent(s): f623598

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +21 -0
README.md ADDED
@@ -0,0 +1,21 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: mit
3
+ tags:
4
+ - biology
5
+ ---
6
+ [[FFN paper]](https://www.nature.com/articles/s41592-018-0049-4), [[data from the paper]](https://storage.googleapis.com/j0126-nature-methods-data/GgwKmcKgrcoNxJccKuGIzRnQqfit9hnfK1ctZzNbnuU/README.txt)
7
+
8
+ We downloaded and processed the data into formats that are easier to share.
9
+ - Ground truth
10
+ - train: `j0126-train-34vol.zip`, 34 densely labeled subvolumes
11
+ - validaiton: `valid_12_skeletons.h5`, manually traced skeletons for 12 neurons
12
+ - test: `test_50_skeletons.h5`, manually traced skeletons for 50 neurons
13
+
14
+ - FFN result (due to the file size constraint, we split the zip into two files)
15
+ ```
16
+ # first, merge the two parts together
17
+ zip -s 0 ffn_seg_part.zip --out ffn_seg.zip
18
+ rm ffn_seg_part*
19
+ # then, unzip the segmentation in tiles of the size 128x2048x2048 (saved in h5)
20
+ unzip ffn_seg.zip
21
+ ```