Coder Social home page Coder Social logo

furkanycy / tf-data-pipeline-for-segmentation-classification Goto Github PK

View Code? Open in Web Editor NEW
1.0 2.0 0.0 163 KB

This repository provides a pipeline for binary semantic segmentation tasks, leveraging TensorFlow, Albumentations, and Segmentation Models libraries. The data pipeline is built using TensorFlow's tf.data methods.

Python 100.00%

tf-data-pipeline-for-segmentation-classification's Introduction

TF Data Pipeline for Segmentation & Classification

This repository contains a TensorFlow data pipeline for artifact and tumor detection in histopathology images. The pipeline is designed to work with the Segmentation Models library, which provides a high-level API for training deep learning models for image segmentation and classification tasks. This repository is designed to speed up emprical process for model training for the task "artifact and tumor detection in histopathology images".

TODO:

  • Add code for "patching" data pipeline to work with large histopathology images.

  • The classification part of the code will be added, the patching strategy is used here to work with large histopathology images.

Data Structure

The data for this project should be structured as follows:

dataset\

\images

\labels

\test_images

\test_labels

images: This directory should contain the images for the training set. The validation will be created here as well. labels: This directory should contain the corresponding labels for the images in the training set. test_images: This directory should contain the images for the test set. test_labels: This directory should contain the corresponding labels for the images in the test set.

Usage

To use the data pipeline, you need to:

  • Structure your data as described above.
  • Install the required Python packages by running pip install -r requirements.txt.
  • Run the example_segmentation.ipynb notebook to see how to use the data pipeline.

Notes

Currently, this repository only contains a binary semantic segmentation pipeline. The classification part of the repository is yet to be developed.

tf-data-pipeline-for-segmentation-classification's People

Contributors

furkanycy avatar

Stargazers

 avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.