| 123456789101112131415161718 |
- # !/usr/bin/env python3
- # -*- coding: UTF-8 -*-
- ################################################################################
- #
- # Copyright (c) 2024 Baidu.com, Inc. All Rights Reserved
- #
- ################################################################################
- """
- Author: PaddlePaddle Authors
- """
- MODELS = [
- 'Deeplabv3_Plus-R101',
- 'Deeplabv3_Plus-R50',
- 'Deeplabv3-R101',
- 'Deeplabv3-R50',
- 'OCRNet_HRNet-W48',
- 'PP-LiteSeg-T',
- ]
|