GitHub - leimao/DeepLab-V3: Google DeepLab V3 for Image ...
github.com › leimao › DeepLab-V3Dec 25, 2020 · DeepLab is a series of image semantic segmentation models, whose latest version, i.e. v3+, proves to be the state-of-art. Its major contribution is the use of atrous spatial pyramid pooling (ASPP) operation at the end of the encoder. While the model works extremely well, its open source code is hard to read (at least from my personal perspective).