Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

multiscale model has lower IOU performance #25

Open
ymli39 opened this issue Jan 7, 2019 · 1 comment
Open

multiscale model has lower IOU performance #25

ymli39 opened this issue Jan 7, 2019 · 1 comment

Comments

@ymli39
Copy link

ymli39 commented Jan 7, 2019

Hi @speedinghzl ,

I used your pytorch deeplab v2 implementation, same setting, with torch version of 0.4.0, I used batch size of 16 to train the multi-scale model and evaluated at evaluate.py. However I checked iteration at 10000, 20000, 30000... the meanIOU performance remains at 0.55~0.59.
Could you give me any comments for what I did wrong?
Here is the parameter I used:

BATCH_SIZE = 16
ITER_SIZE = 10
IGNORE_LABEL = 255
INPUT_SIZE = '321,321'
LEARNING_RATE = 2.5e-4
NUM_STEPS = 500000
POWER = 0.9
RANDOM_SEED = 1234
RESTORE_FROM = './model/MS_DeepLab_resnet_pretrained_COCO_init.pth'
SAVE_NUM_IMAGES = 2
SAVE_PRED_EVERY = 50
SNAPSHOT_DIR = './snapshots_msc/'
WEIGHT_DECAY = 0.0005

Thank you for your help!

@speedinghzl
Copy link
Owner

@ymli39 You need to try train.py rather than train_msc.py.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants