JoshuaKoopmans / BloodCells

Internship project under supervision of Daniël Rademaker
0 stars 0 forks source link

Manual Segmentation of Real RBCs #2

Open JoshuaKoopmans opened 2 years ago

JoshuaKoopmans commented 2 years ago

Create a ground truth dataset of manually labelled segmentation of real RBCs to measure the performance of the segmentation output of the trained neural network. Using some paint software, manually color in each pixel according to it being part of the cell (label=1) or the background (label=0). Before starting, a decision should be made about the definition of cell borders while in the channels, as they often blend into each other, thus ensuring consistency. The expected number of observations in this dataset is 100.

The goal of this issue is twofold:

  1. Prove that the neural network segmentation output works as expected
  2. Prove that the neural network segmentation approach is better than the conventional approaches (#3 )