support_models.py 383 B

1234567891011121314
  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. SUPPORT_MODELS = [
  12. 'PP-OCRv4_mobile_det',
  13. 'PP-OCRv4_server_det',
  14. ]