• Vasilis Vryniotis's avatar
    Add MobileNetV3 architecture for Segmentation (#3276) · e2db2edd
    Vasilis Vryniotis authored
    * Making _segm_resnet() generic and reusable.
    
    * Adding fcn and deeplabv3 directly on mobilenetv3 backbone.
    
    * Adding tests for segmentation models.
    
    * Rename is_strided with _is_cn.
    
    * Add dilation support on MobileNetV3 for Segmentation.
    
    * Add Lite R-ASPP with MobileNetV3 backbone.
    
    * Add pretrained model weights.
    
    * Removing model fcn_mobilenet_v3_large.
    
    * Adding docs and imports.
    
    * Fixing typo and readme.
    e2db2edd
lraspp.py 2.43 KB