PSPNet-tensorflow icon indicating copy to clipboard operation
PSPNet-tensorflow copied to clipboard

What is the best parameter set to train using ade20k dataset?

Open tan-z-tan opened this issue 7 years ago • 2 comments

Thanks for useful repository!

I'm trying to train PSPNet from scratch using ade20k dataset. It works by changing train.py like this:

DATA_DIRECTORY = '../data/ADEChallengeData2016/'
DATA_LIST_PATH = './list/ade20k_train_list.txt'
#IGNORE_LABEL = 255
IGNORE_LABEL = 0

#INPUT_SIZE = '713,713'
INPUT_SIZE = '473,473'

#NUM_CLASSES = 19
NUM_CLASSES = 150

However, the model i got after 10000 steps has poor performance. (average training loss reached around 2.5 from 5 to 6) I guess the parameter set written in train.py is set to train cityscapes dataset. What is the best parameter set to train using ade20k dataset?

tan-z-tan avatar Jan 29 '18 02:01 tan-z-tan

I also encounter this problem. Have you resolved?

TingZhang08 avatar Feb 05 '18 01:02 TingZhang08

Hi,@tan-z-tan can you share your training on ade20k? thanks

shipengai avatar Feb 24 '18 02:02 shipengai