dsp-uga / ugin-p3

MIT License
0 stars 0 forks source link

ugin-p3

Project 3: Cilia Segmentation

Cilia are microscopic hairlike structures that extends from the surface of every cell. The goal of this project is to predict Cilia by using the frames of grayscale video of Cilia.


Dataset:

The data can be found on GCP: gs://uga-dsp/project3

The data is structured into 2 subfolders: data and masks

UNET

In this project we have used a library called Segmentation Models, which is a python library for Image Segmentation. This library supports 4 models: Unet, FPN, Linknet, PSPNet.

We have used Unet for this project. UNet is a convolutional neural network architecture, which is mostly used for Bio Medical Image Segmentation.

Authors

(Ordered Alphabetically)

References