Skip to content

dsp-uga/tamiyo-p3

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Cilia Segmentation

Team - Tamiyo

This project is implemented as a part of the Data Science Practicum (CSCI 8360) course at the University of Georgia. The goal was to develop a video segmentation pipeline that identifies the regions of the videos containing cilia as accurately as possible. Cilia are microscopic hairlike structures that protrude from literally every cell in your body. They beat in regular, rhythmic patterns to perform myriad tasks, from moving nutrients in to moving irritants out to amplifying cell-cell signaling pathways to generating calcium fluid flow in early cell differentiation.

Dataset:

The data are all available on GCP: gs://uga-dsp/project3
In that parent folder, there are two subfolders: data and masks.

  • Data contains a bunch of folders (325 of them), named as hashes, each of which contains 100 consecutive frames of a grayscale video of cilia.
  • Masks contain a number of PNG images (211 of them), named as hashes (corresponding to the subfolders of data), that identify regions of the corresponding videos where cilia is.
  • Also within the parent folder are two text files: train.txt and test.txt

Installation

Contributions

Please see CONTRIBUTORS file for more details.

Authors

(Ordered alphabatically)

License

This project is licensed under the MIT License - see the LICENSE file for the details.

Approach

  • U-Net
    • It is a Convolution Neural Networks for Biomedical Image Segmentation
    • Best architecture to work with less training samples(images)

References

Releases

No releases published

Packages

No packages published