Register
Login
Resources
Docs Blog Datasets Glossary Case Studies Tutorials & Webinars
Product
Data Engine LLMs Platform Enterprise
Pricing Explore
Connect to our Discord channel
f6e3563a60
Training pipeline refactoring (#13)
2 weeks ago
32ef5e5cce
Data Transformation Pipeline (#5)
1 year ago
5b34fd980b
Implement training pipeline (#9)
3 months ago
26d3bb17c5
Model Information (#17)
1 week ago
1f573204d1
New data format (#15)
1 week ago
30aae68856
Visualization of model results (#16)
1 week ago
9da983f413
Implement hydra (#3)
1 year ago
9da983f413
Implement hydra (#3)
1 year ago
src
26d3bb17c5
Model Information (#17)
1 week ago
295efaca99
Set up DVC storage with Google Drive (#4)
1 year ago
f6e3563a60
Training pipeline refactoring (#13)
2 weeks ago
f6e3563a60
Training pipeline refactoring (#13)
2 weeks ago
9da983f413
Implement hydra (#3)
1 year ago
f6e3563a60
Training pipeline refactoring (#13)
2 weeks ago
1f573204d1
New data format (#15)
1 week ago
27f6ac5ce5
Dataset and readme update (#12)
3 weeks ago
26d3bb17c5
Model Information (#17)
1 week ago
5b34fd980b
Implement training pipeline (#9)
3 months ago
5b34fd980b
Implement training pipeline (#9)
3 months 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

DOI DOI DOI

Segmentation and analysis of OCT images

📖 Contents

🎯 Introduction - TO BE UPDATED SOON

📁 Data - TO BE UPDATED SOON

Source image Pre-processed image
Source image Pre-processed image

🔬 Methods - TO BE UPDATED SOON

📈 Results - TO BE UPDATED SOON

🏁 Conclusion - TO BE UPDATED SOON

💻 Requirements

  • Operating System
    • macOS
    • Linux
    • Windows (limited testing carried out)
  • Python 3.11.x
  • Required core libraries: environment.yaml

⚙ Installation

Step 1: Install Miniconda

Installation guide: https://docs.conda.io/projects/miniconda/en/latest/index.html#quick-command-line-install

Step 2: Clone the repository and change the current working directory

git clone https://github.com/ViacheslavDanilov/oct_segmentation.git
cd oct_segmentation

Step 3: Set up an environment and install the necessary packages

chmod +x make_env.sh
./make_env.sh

🚀 How to Run - TO BE UPDATED SOON

Specify the data_path and save_dir parameters in the predict.yaml configuration file. By default, all images within the specified data_path will be processed and saved to the save_dir directory.

To run the pipeline, execute predict.py from your IDE or command prompt with:

python src/models/smp/predict.py

🔐 Data Access - TO BE UPDATED SOON

All essential components of the study, including the curated dataset and trained models, have been made publicly available:

🖊️ How to Cite - TO BE UPDATED SOON

Please cite OUR PAPER if you found our data, methods, or results helpful for your research:

Danilov V.V., Laptev V.V., Klyshnikov K.Yu., Ovcharenko E.A. (2024). PAPER TITLE. Journal Title. DOI: TO.BE.UPDATED.SOON

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...