This programs aims to evaluate segmentation using as much as possible linux basic utilities.
- linux (tested on Arch Linux)
- GNU make (tested with version 4.4.1)
- sxiv (tested with version v26-1-g2cac112)
- itksnap (tested with version 3.8.0)
- notify-send (0.8.2)
- Change adequately and consistently the variables IN and OUT in both
Makefile
andkey-handler
- PLACE YOURSELF IN A NEW PYTHON VIRTUALENV, and run:
make set
Run the preprocessing in parallel (-j4 means 4 jobs in parallel):
make -j4 preprocess
Run the processing (based on sxiv and itksnap)
make process
Clean the directory
make clean
- most vim shortcuts
<cr>
switch between thumbnail and image mode+
zoom in-
zoom outn
next imagep
previous imageC-x C-j
okayC-x C-k
not okayC-x C-v
vizualize the image in itksnap
- make the pre-processing of the ground-truth to reduce there size
- Change itksnap for a python code
Robin Camarasa