Skip to content

sabacharmimotlagh/embryo_classification

Repository files navigation

Overview

In this project, we aimed to classify embryos based on their microscopic images. We used Xception model with pretrained weights on Imagenet. This project is based on the Xception architecture in this repository.

Here we can see examples of one good and one not embryos:

alt text

Installation

Install the required Python packages by running the following line:

pip install -r requirements.txt

Files

The dataset is structured in train and test folders with their corresponding csv files containing extra information in the data directory.

The checkpoints folder contains the weights of the model on Imagenet (xception-43020ad28.pth) and the weights of the fine-tuned model on the embryo images (ckpt.pth).

EmbryoDataset.py contains the code to load the dataset for training and testing.

About

Embryo Classification using Xception in PyTorch

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published