TuSimple / TuSimple-DUC

Understanding Convolution for Semantic Segmentation
https://arxiv.org/abs/1702.08502
Apache License 2.0
605 stars 118 forks source link

What is the `test_scales` in multiple scale testing? #28

Closed acgtyrant closed 6 years ago

acgtyrant commented 6 years ago

I would like to use your open model to reproduce this evaluation:

ResNet101-DUC-HDC on CityScapes testset (mIoU): 80.1(multiple scale testing )

But I do not know what test_scales does you use in test_full_image.cfg, could you tell me? Thank you very much.

wpqmanu commented 6 years ago

It should be 0.5, 0.75, 1, 1.25, 1.5, and 2

acgtyrant commented 6 years ago

I think it may be 0.5, 0.75, 1, 1.25, 1.5, and 1.75 while PSPNet, deeplab-v3, EncNet and drn all use these scales.