SegCaps icon indicating copy to clipboard operation
SegCaps copied to clipboard

bad mask

Open fenaux opened this issue 4 years ago • 1 comments

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 train2 train2 train2_final_output What am I doing wrong ?

fenaux avatar Jul 15 '19 14:07 fenaux

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.

Cheng-Lin-Li avatar Oct 12 '19 17:10 Cheng-Lin-Li