Skip to content

pbizopoulos/comprehensive-comparison-of-deep-learning-models-for-lung-and-covid-19-lesion-segmentation-in-ct

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

# Comprehensive Comparison of Deep Learning Models for Lung and COVID-19 Lesion Segmentation in CT
# https://arxiv.org/abs/2009.06412
# https://pbizopoulos.github.io/comprehensive-comparison-of-deep-learning-models-for-lung-and-covid-19-lesion-segmentation-in-ct/

# Requirements
# POSIX Shell & Utilities
# Git
# Docker
# NVIDIA Container Toolkit (Optional)

# Download
git clone git@github.com:pbizopoulos/comprehensive-comparison-of-deep-learning-models-for-lung-and-covid-19-lesion-segmentation-in-ct ~/github.com/pbizopoulos/comprehensive-comparison-of-deep-learning-models-for-lung-and-covid-19-lesion-segmentation-in-ct

# Develop
cd ~/github.com/pbizopoulos/comprehensive-comparison-of-deep-learning-models-for-lung-and-covid-19-lesion-segmentation-in-ct/
cd docs/ && make clean check all && cd ..
cd latex/python/ && make clean check all && cd ../..
cd latex/ && make clean check all && cd ..

# Stage
cd ~/github.com/pbizopoulos/comprehensive-comparison-of-deep-learning-models-for-lung-and-covid-19-lesion-segmentation-in-ct/
cd latex/python/ && make STAGE=1 && cd .. && make && cd ..
cd docs/ && make STAGE=1