bonlime / keras-deeplab-v3-plus

Keras implementation of Deeplab v3+ with pretrained weights
MIT License
1.36k stars 428 forks source link

Exit Flow atrous rate in XCeption backbone #167

Open babanthierry94 opened 1 year ago

babanthierry94 commented 1 year ago

Please, Why are you using exit_block_rates = (1, 2) in the backbone construction ? I could not see it the the original paper. In the original paper for OS=16 I think all Sep Conv rate are 1. https://arxiv.org/pdf/1610.02357.pdf

Please can you help me understand your choice.