Reagan1311 / DABNet

Depth-wise Asymmetric Bottleneck for Real-time Semantic Segmentation (BMVC2019)
https://github.com/Reagan1311/DABNet
MIT License
140 stars 36 forks source link

Question about the result #6

Closed Serge-weihao closed 5 years ago

Serge-weihao commented 5 years ago

图片 图片 图片

It seems that your submission is under 1024X2048(no subsampling) not 512X1024, whose size is different from the descriptions in your paper and code in eval_fps.py. So I am confused about this and want to know under what input size of testing you can get 70.1 mIoU and 104.2 FPS.

Reagan1311 commented 5 years ago

the mIoU is computed under the full size (1024X2048), while the input size for training is 512X1024. If you read the paper, you can know the 104 FPS is the speed of 512X1024, and we also give the FPS of 256X512 and 1024X2048 (Table5)