SegCaps
SegCaps copied to clipboard
bad mask
I run the following command :
python3 ./main.py --test --Kfold 2 --net segcapsr3 --data_root_dir=data --loglevel 2 --which_gpus=-2 --gpus=0 --dataset mscoco17 --weights_path saved_models/segcapsr3/split-0_batch-1_shuff-1_aug-0_loss-dice_slic-1_sub--1_strid-1_lr-0.0001_recon-20.0_model_20180705-092846.hdf5.
I joined the image, the reference mask and the output mask (data/results/segcapsr3/split0/final_output
What am I doing wrong ?
Hi fenaux,
Are you training for one single image then test the result? Or you already train the model in a human data set then test it?
From the result, I would say the model learns nothing about the target object.