Implementation of various state-of-the-art segmentation methods
python main.py --gpu=1 --resume=0 --train=1 --evaluate=1 --checkpoints=./checkpoints/ --config=./experiments/config.yamlDownload models from here. Place them in ./checkpoints folder and mention the checkpoint to be loaded in the config.yaml file.
python main.py --gpu=1 --resume=1 --train=1 --evaluate=1 --checkpoints=./checkpoints/ --config=./experiments/config.yamlDownload models from here. Place them in ./checkpoints folder and mention the checkpoint to be loaded in the config.yaml file.
python main.py --gpu=1 --resume=1 --train=0 --evaluate=1 --checkpoints=./checkpoints/ --config=./experiments/config.yaml