MrGranddy / EfficientSeg

This is a segmentation network based on good old EfficientNet, with a twist...

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

EfficientSeg: An Efficient Semantic Segmentation Network

EfficientSeg is a segmentation network using Mobilev3 blocks inside a U-shaped network structure. Using this network and the training procedure we have obtained 58.1% mIoU on Minicity test (A subset of Cityscapes) set where the baseline U-Net score was 40%.

How to run:

About

This is a segmentation network based on good old EfficientNet, with a twist...

License:MIT License


Languages

Language:Python 100.0%