Register
Login
Resources
Docs Blog Datasets Glossary Case Studies Tutorials & Webinars
Product
Data Engine LLMs Platform Enterprise
Pricing Explore
Connect to our Discord channel
32ef5e5cce
Data Transformation Pipeline (#5)
1 year ago
9da983f413
Implement hydra (#3)
1 year ago
0f7febc681
[Fix]: change log hierarchy
1 year ago
32ef5e5cce
Data Transformation Pipeline (#5)
1 year ago
dvc
32ef5e5cce
Data Transformation Pipeline (#5)
1 year ago
9da983f413
Implement hydra (#3)
1 year ago
9da983f413
Implement hydra (#3)
1 year ago
9da983f413
Implement hydra (#3)
1 year ago
src
32ef5e5cce
Data Transformation Pipeline (#5)
1 year ago
295efaca99
Set up DVC storage with Google Drive (#4)
1 year ago
9da983f413
Implement hydra (#3)
1 year ago
e354e8fdc9
Add YAML prettifier
1 year ago
9da983f413
Implement hydra (#3)
1 year ago
32ef5e5cce
Data Transformation Pipeline (#5)
1 year ago
2f95a69393
Install requirements via the shell script
1 year ago
9da983f413
Implement hydra (#3)
1 year ago
295efaca99
Set up DVC storage with Google Drive (#4)
1 year ago
Storage Buckets
Data Pipeline
Legend
DVC Managed File
Git Managed File
Metric
Stage File
External File

README.md

You have to be logged in to leave a comment. Sign In

Segmentation and analysis of OCT images

This repository is dedicated to the segmentation of optical coherence tomography (OCT) images and the analysis of the plaques that appear on them.

Requirements

  • Linux or macOS (Windows has not been officially tested)
  • Python 3.8.x

Installation

Step 1: Download and install Miniconda

wget https://repo.anaconda.com/miniconda/Miniconda3-py38_22.11.1-1-Linux-x86_64.sh
chmod +x Miniconda3-latest-Linux-x86_64.sh
./Miniconda3-latest-Linux-x86_64.sh

Step 2: Install FFmpeg and verify that the installation is correct

  • Linux
sudo apt update
sudo apt upgrade
sudo apt install ffmpeg -u
ffmpeg -version
  • macOS
brew update
brew upgrade
brew install ffmpeg
ffmpeg

Step 3: Clone the repository, create a conda environment, and install the requirements for the repository

git clone https://github.com/ViacheslavDanilov/oct_segmentation.git
cd oct_segmentation
chmod +x create_env.sh
source create_env.sh

Step 4: Initialize git hooks using the pre-commit framework

pre-commit install

Step 5 (optional): Download a raw dataset using DVC

dvc pull dvc/data/raw.dvc

NOTE: Since data storage is organized through Google Drive, you should first request access to the DVC repository.

Data

Source image Pre-processed image
Source image Pre-processed image
Tip!

Press p or to see the previous file or, n or to see the next file

About

This repository is dedicated to the segmentation of optical coherence tomography (OCT) images and the analysis of the plaques that appear on them

Collaborators 1

Comments

Loading...