1. 05 10月, 2021 7 次提交
  2. 04 10月, 2021 1 次提交
  3. 03 10月, 2021 2 次提交
  4. 02 10月, 2021 6 次提交
  5. 01 10月, 2021 3 次提交
  6. 30 9月, 2021 1 次提交
  7. 29 9月, 2021 3 次提交
  8. 28 9月, 2021 4 次提交
  9. 27 9月, 2021 1 次提交
  10. 26 9月, 2021 2 次提交
  11. 25 9月, 2021 1 次提交
  12. 24 9月, 2021 3 次提交
    • E
      Tile: · 91ff45fb
      easonycwang 提交于
      This submission is used to improve the performance of the inpaint algorithm for 3 channels images(RGB or BGR).
      
      Reason:
      The original algorithm implementation did not consider the cache hits.
      The loop of channels is outside the core loop, so the perfmance is not very good.
      Moving the channel loop inside the core loop can significantly improve cache hits, thereby improving performance.
      
      Performance:
      360P, about >= 30% improvement
      iphone8P: 5.52ms -> 3.75ms
      iphone6s: 14.04ms -> 9.15ms
      91ff45fb
    • A
    • T
      fix cast in text detection sample · f9bd83c8
      Tsukasa Sugiura 提交于
      f9bd83c8
  13. 22 9月, 2021 3 次提交
  14. 21 9月, 2021 1 次提交
  15. 17 9月, 2021 2 次提交