speedinghzl / DSRG

Weakly-Supervised Semantic Segmentation Network with Deep Seeded Region Growing (CVPR 2018).
MIT License
251 stars 36 forks source link

Do you add val split data for training when report results on test split #10

Closed yaoqi-zd closed 5 years ago

yaoqi-zd commented 5 years ago

Hi, May I ask if you add val split for training when report results on test split, or you only use train_aug all the time?

speedinghzl commented 5 years ago

Only the train_aug set is used.

yaoqi-zd commented 5 years ago

THX!