Skip to content

MMIV-ML/cervical-cancer-segmentation-2022

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

[Update November 2022] This source code has been updated to work with current version of fastMONAI

Fully automatic whole-volume tumor segmentation in cervical cancer

Project Organization

├── figs            <- Generated figures
│      
├── notebooks       <- Tutorial-like Jupyter notebook 
│
├── src             <- Source code for use in this project
│
├── .ignore         <- Local files and folder to be ignored  
│
├── README.md       <- The top-level README for developers using this project 
│
└── environment.yml <- Config for conda, mamba and pip

Setup

Run the following command to create a new conda environment from yml file:

conda env create --file environment.yml
conda activate cc-seg

[Optional] Run the following command with your conda environment activated:

conda env update --file environment.yml

[Note] If conda environment is not showing as a kernel in Jupyter Notebook run the following line:

python -m ipykernel install --user --name <ENVIRONMENT> --display-name "Python (cc-seg)"

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published