Skip to content

valab-certh/semi-automatic-segmentation-tool

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

# Semi-automatic segmentation tool
# https://valab-certh.github.io/semi-automatic-segmentation-tool

# Requirements
# POSIX Shell & Utilities
# Git
# Docker

# Download
git clone git@github.com:valab-certh/semi-automatic-segmentation-tool ~/github.com/valab-certh/semi-automatic-segmentation-tool

# Develop
cd ~/github.com/valab-certh/semi-automatic-segmentation-tool/
cd docs/ && make clean check all && cd ..
cd python/ && make clean check all && cd ..

# Stage
cd ~/github.com/valab-certh/semi-automatic-segmentation-tool/
cd docs/ && make STAGE=1