model_list.py 461 B

123456789101112131415161718
  1. # !/usr/bin/env python3
  2. # -*- coding: UTF-8 -*-
  3. ################################################################################
  4. #
  5. # Copyright (c) 2024 Baidu.com, Inc. All Rights Reserved
  6. #
  7. ################################################################################
  8. """
  9. Author: PaddlePaddle Authors
  10. """
  11. MODELS = [
  12. 'Deeplabv3_Plus-R101',
  13. 'Deeplabv3_Plus-R50',
  14. 'Deeplabv3-R101',
  15. 'Deeplabv3-R50',
  16. 'OCRNet_HRNet-W48',
  17. 'PP-LiteSeg-T',
  18. ]