1. 27 3月, 2021 1 次提交
    • T
      Fix the incompatibility of gif saving · 4bde18a1
      Timo 提交于
      When cv2.imwirte() saves ".gif", it will cause _error: (-2:Unspecified error) could not find a writer for the specified extension in function 'cv::imwrite_'_. We add an if statement to check whether the saving file format is ".gif" so as to avoid the error.
      4bde18a1
  2. 18 3月, 2021 1 次提交
  3. 11 3月, 2021 1 次提交
  4. 24 2月, 2021 1 次提交
  5. 22 2月, 2021 1 次提交
  6. 19 2月, 2021 1 次提交
  7. 18 2月, 2021 2 次提交
  8. 08 2月, 2021 2 次提交
  9. 07 2月, 2021 1 次提交
  10. 05 2月, 2021 1 次提交
  11. 01 2月, 2021 4 次提交
    • littletomatodonkey's avatar
      fix doc · 0c75cbc5
      littletomatodonkey 提交于
      0c75cbc5
    • I
      program.py 257行 变量名问题 · be949774
      iamyoyo 提交于
      PaddleOCR/tools/program.py的第254行的变量名原为cur_metirc,需要修改为cur_metric,如果不修改在运行是,会提示
      The variable name of line 254 can be changed to cur_ Metric. If you do not modify it, you will be prompted when it is running
      "E:\XXX\PaddleOCR\tools\program.py", line 257, in train
      ['{}: {}'.format(k, v) for k, v in cur_metric.items()]))
      NameError: name 'cur_metric' is not defined
      be949774
    • I
      Update program.py · a92bb6d3
      iamyoyo 提交于
      PaddleOCR/tools/program.py的第254行的变量名原为cur_metirc,需要修改为cur_metric,如果不修改在运行是,会提示
      The variable name of line 254 can be changed to cur_ Metric. If you do not modify it, you will be prompted when it is running
      "E:\XXX\PaddleOCR\tools\program.py", line 257, in train
          ['{}: {}'.format(k, v) for k, v in cur_metric.items()]))
      NameError: name 'cur_metric' is not defined
      a92bb6d3
    • L
      pre-commit · f8960322
      LDOUBLEV 提交于
      f8960322
  12. 31 1月, 2021 1 次提交
  13. 28 1月, 2021 1 次提交
  14. 26 1月, 2021 3 次提交
  15. 24 1月, 2021 1 次提交
  16. 22 1月, 2021 1 次提交
  17. 19 1月, 2021 1 次提交
  18. 01 1月, 2021 1 次提交
  19. 31 12月, 2020 1 次提交
  20. 30 12月, 2020 2 次提交
  21. 29 12月, 2020 1 次提交
  22. 22 12月, 2020 1 次提交
  23. 21 12月, 2020 2 次提交
  24. 18 12月, 2020 5 次提交
  25. 17 12月, 2020 1 次提交
  26. 16 12月, 2020 1 次提交
  27. 15 12月, 2020 1 次提交