Train on network on the regression of the lumen diameter to obtain the full lumen segmentation.
- Python 3.7
- Conda (optional)
- For conda users:
$ conda env create --name [env-name] --file=conda.yaml
- For others:
$ pip install -r requirements.txt
CONTRIBUTING.md
: File that set up of the continous integrationMLproject
: File that set up MLexperimentsLICENSE
: File that contains the legal licensediameter_learning/
: Contains the code of your project the structure is similar to MONAI project structure to make it easier to contributescripts/
: Directory that contains the entry points of the programtest/
: Directory that contains the tests of this repository
You can download the data as a zip archive by joining the Carotid Artery Vessel Wall Segmentation Challenge. Once downloaded, you can place get the data in the right folder by using:
- if you have the zip archive with the data:
$ make data_zip ZIP_PATH="[your absolute path to the zip archive]"
- if you have already inflated the zip archive with the data:
$ make data_repo REPO_PATH="[your absolute path to inflated folder]"
- Once you obtained the data you can preprocess them with the command
$ make preprocess
- Run the tests in your environment
$ make test
- Launch an mlflow experiment with conda
$ mlflow run ./ -e [entry-point]
- Launch an mlflow experiment without conda
$ mlflow run ./ -e [entry-point] --no-conda
Please follow the recommendation of the CONTRIBUTING.md
The following authors contributed :