All Projects → zxaoyou → Segmentation_wbc

zxaoyou / Segmentation_wbc

Licence: gpl-3.0
White blood cell (WBC) image datasets

Projects that are alternatives of or similar to Segmentation wbc

Awesome Robotics
A curated list of awesome links and software libraries that are useful for robots.
Stars: ✭ 478 (+1265.71%)
Mutual labels:  datasets, image-segmentation
Coco Annotator
✏️ Web-based image segmentation tool for object detection, localization, and keypoints
Stars: ✭ 1,138 (+3151.43%)
Mutual labels:  datasets, image-segmentation
Eccv2020 Code
ECCV 2020 论文开源项目合集,同时欢迎各位大佬提交issue,分享ECCV 2020开源项目
Stars: ✭ 827 (+2262.86%)
Mutual labels:  image-segmentation
Dataframes.jl
In-memory tabular data in Julia
Stars: ✭ 951 (+2617.14%)
Mutual labels:  datasets
Pydataset
Instant access to many datasets in Python.
Stars: ✭ 880 (+2414.29%)
Mutual labels:  datasets
Conversational Datasets
Large datasets for conversational AI
Stars: ✭ 833 (+2280%)
Mutual labels:  datasets
Pytorch Toolbelt
PyTorch extensions for fast R&D prototyping and Kaggle farming
Stars: ✭ 942 (+2591.43%)
Mutual labels:  image-segmentation
Cvpr2021 Paper Code Interpretation
cvpr2021/cvpr2020/cvpr2019/cvpr2018/cvpr2017 论文/代码/解读/直播合集,极市团队整理
Stars: ✭ 8,075 (+22971.43%)
Mutual labels:  image-segmentation
Albumentations
Fast image augmentation library and an easy-to-use wrapper around other libraries. Documentation: https://albumentations.ai/docs/ Paper about the library: https://www.mdpi.com/2078-2489/11/2/125
Stars: ✭ 9,353 (+26622.86%)
Mutual labels:  image-segmentation
Wbc segmentaion
White Blood Cell Image Segmentation Using Deep Convolution Neural Networks
Stars: ✭ 11 (-68.57%)
Mutual labels:  image-segmentation
Midv 500 Models
Model for document segmentation trained on the midv-500-models dataset.
Stars: ✭ 31 (-11.43%)
Mutual labels:  image-segmentation
Segmentation
Catalyst.Segmentation
Stars: ✭ 27 (-22.86%)
Mutual labels:  image-segmentation
Entity Recognition Datasets
A collection of corpora for named entity recognition (NER) and entity recognition tasks. These annotated datasets cover a variety of languages, domains and entity types.
Stars: ✭ 891 (+2445.71%)
Mutual labels:  datasets
Max Image Segmenter Web App
Deploy a Deep Learning Powered "Magic Cropping Tool" using Pre-Trained Open Source Models
Stars: ✭ 29 (-17.14%)
Mutual labels:  image-segmentation
Ai sudoku
GUI based Smart Sudoku Solver that tries to extract a sudoku puzzle from a photo and solve it
Stars: ✭ 830 (+2271.43%)
Mutual labels:  image-segmentation
Graph Based Image Segmentation
Implementation of efficient graph-based image segmentation as proposed by Felzenswalb and Huttenlocher [1] that can be used to generate oversegmentations.
Stars: ✭ 31 (-11.43%)
Mutual labels:  image-segmentation
Ogb
Benchmark datasets, data loaders, and evaluators for graph machine learning
Stars: ✭ 799 (+2182.86%)
Mutual labels:  datasets
Ternausnet
UNet model with VGG11 encoder pre-trained on Kaggle Carvana dataset
Stars: ✭ 928 (+2551.43%)
Mutual labels:  image-segmentation
Detection Of Breast Cancer Using Neural Networks
This project is made in Matlab Platform and it detects whether a person has cancer or not by taking into account his/her mammogram.
Stars: ✭ 15 (-57.14%)
Mutual labels:  image-segmentation
Healthcheck
Health Check ✔ is a Machine Learning Web Application made using Flask that can predict mainly three diseases i.e. Diabetes, Heart Disease, and Cancer.
Stars: ✭ 35 (+0%)
Mutual labels:  datasets

============================= WBC Image Dataset

This is two datasets of white blood cell (WBC) images used for “Fast and Robust Segmentation of White Blood Cell Images by Self-supervised Learning”, which can be used to evaluate cell image segmentation methods.

These two datasets are significantly different from each other in terms of the image color, cell shape, background, etc., which can better evaluate the robustness of WBC segmentation approach. The ground truth segmentation results are manually sketched by domain experts, where the nuclei, cytoplasms and background including red blood cells are marked in white, gray and black respectively. We also submitted the segmentation results by our approach, where the whole WBC region are marked in white and the others are marked in black.

Dataset 1 was obtained from Jiangxi Tecom Science Corporation, China <http://en.tecom-cn.com/>_. It contains three hundred 120×120 images of WBCs and their color depth is 24 bits. The images were taken by a Motic Moticam Pro 252A optical microscope camera with a N800-D motorized auto-focus microscope, and the blood smears were processed with a newly-developed hematology reagent for rapid WBC staining. The overall background of most of the images of Dataset 1 looks yellow.

.. image:: https://raw.githubusercontent.com/zxaoyou/segmentation_WBC/master/Dataset%201.png :alt: Images from Dataset 1. :align: center

Dataset 2 consists of one hundred 300×300 color images, which were collected from the CellaVision blog <http://blog.cellavision.com/>_. The cell images are generally purple and may contain many red blood cells around the white blood cells.

.. image:: https://raw.githubusercontent.com/zxaoyou/segmentation_WBC/master/Dataset%202.png :alt: Images from Dataset 2. :align: center

The class labels of each image in Dataset 1 and Dataset 2 are shown in the files Class Labels of Dataset 1.csv and Class Labels of Dataset 2.csv. The labels (1- 5) represent neutrophil, lymphocyte, monocyte, eosinophil and basophil, respectively.

If you use Dataset 1 in your paper, please acknowledge Jiangxi Tecom Science Corporation, China <http://en.tecom-cn.com/>_.

If you use Dataset 2 in your paper, please acknowledge the CellaVision blog <http://blog.cellavision.com/>_ (http://blog.cellavision.com/).

If you use Dataset 1 or Dataset 2 in your paper, please cite the paper::

@article{Zheng2018,
  title={Fast and Robust Segmentation of White Blood Cell Images by Self-supervised Learning},
  author={Xin Zheng and Yong Wang and Guoyou Wang and Jianguo Liu},
  journal={Micron},
  volume={107},

    pages={55--71},     year={2018}, publisher={Elsevier} doi={https://doi.org/10.1016/j.micron.2018.01.010}, url={https://www.sciencedirect.com/science/article/pii/S0968432817303037} }

Warning on the Class Labels ^^^^^^^^ The class labels of some of the WBC images are manually added by the authors themselves, as not every WBC image has a ground-truth label when the authors gained the original images. Since the main focus of this work is WBC segmentation, the authors did not ask domain experts to help double check the class labels. So it is at your own risk if you need to use the class labels of the provided datasets in your research.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].