Belval / MobileNetV3

A tensorflow implementation of the paper "Searching for MobileNetV3" with the R-ASPP segmentation head

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

segmentation details

pawopawo opened this issue · comments

The number of the last block channel of mobilenetv3 in the paper is reduced by a factor of 2, and atrous conv is used

Yes, I did diverge from the original paper on that point because otherwise, the pooling layer did not have the right size.

I think this is due to a mistake somewhere but I could not find it. Please tell me if you do.