Skip to content

The 2018 Data Science Bowl offers a mission: create an algorithm to automate nucleus detection.

License

Notifications You must be signed in to change notification settings

CasillasAlba/2018_Data_Science_Bowl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

2018_Data_Science_Bowl

As a final project of the Computer Vision subject, taught at the University of Granada (UGR). it has been decided to tackle the 2018 Data Science Bowl, published by Kaggle, which aims to detect and segment cell nuclei in a set of optical images in different experimental conditions and with different staining protocols without the need to manually adjust the segmentation parameters.

We propose to address this problem by using Mask R-CNN from the open source implementation of matterport, based on Python 3, Keras and Tensorflow. The model will generate bounding boxes and segmentation masks of the different instances found in an image.

Mask R-CNN

The goal of Mask R-CNN is the segmentation of instances. Instance segmentation is a complex task as it requires the correct detection of all objects while segmenting each instance; thus combining the classical tasks of object detection, where each individual object is classified and located using a bounding box, and semantic segmentation, which aims to classify each pixel into a fixed set of categories without differentiating the instances of the object.

Screen_Shot_2020-05-23_at_7 44 34_PM

Contributors

Data

The dataset contains a large number of segmented nuclei images. The images were acquired under a variety of conditions and vary in the cell type, magnification, and imaging modality (brightfield vs. fluorescence). The dataset is designed to challenge an algorithm's ability to generalize across these variations.

Results of the predictions

These are random images chosen from the test set (original image and its prediction).

Example 1

1_test_original

1_test

Example 2

2_test_original

2_test

Example 3

3_test_original

3_test

Example 4

4_test_original

4_test

About

The 2018 Data Science Bowl offers a mission: create an algorithm to automate nucleus detection.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages