This repo holds data and code for U-RISC cell membrane segmentation.
There are three ways for users to download the dataset.
- Google Drive
https://drive.google.com/drive/folders/14u-TMK8kDJWMvZbr7KTQKwHpFqe9lrYU?usp=sharing
- MEGA
- Baidu Cloud
- U-RISC-DATA
- imgs
- Track1
- train
- val
- test
- Track2
- Track2_original_size
- Track1
- label
- Human_Annotation_Process
- 1st
- 2nd
- final
- imgs
The output of U-RISC dataset are binary segmentation images. And the evaluation criterion is F1-score.
-
Evaluate on Single Image:
cd Evaluation python eval.py --evalon1pic True --pre_path ./pre.png --gt_path ./gt.png
-
Evaluate on Forder Image:
cd Evaluation python eval.py --evalon1pic False --pre_path ./pres --gt_path ./gts
This part holds code for segmentation networks of U-RISC cell membrane segmentation.
Updating...
@article{shi2021u,
title={U-RISC: An Ultra-high Resolution EM Dataset Challenging Existing Deep Learning Algorithms},
author={Shi, Ruohua and Wang, Wenyao and Li, Zhixuan and He, Liuyuan and Sheng, Kaiwen and Ma, Lei and Du, Kai and Jiang, Tingting and Huang, Tiejun},
journal={bioRxiv},
year={2021},
}