Official source code of our paper:
- Kristiadi, Agustinus, and Pranowo Pranowo. "Deep Convolutional Level Set Method for Image Segmentation." Journal of ICT Research and Applications 11.3 (2017): 284-298. [pdf]
- Install
miniconda
- Do
conda env create
- Enter the env
source activate cnn-levelset
- Install TensorFlow
- For TF installation without GPU, run
chmod +x tools/tf_setup.sh && sh tools/tf_setup.sh
- Download Pascal VOC 2012 dataset, from: http://host.robots.ox.ac.uk/pascal/VOC/voc2012/#devkit
- Download dataset that is being used for the paper. Download from here, then unzip it in the main project directory. See
data/README.txt
for documentations of these features - Change
cnnlevelset/config.py
- Run
python experiment.py