1. 21 10月, 2018 1 次提交
  2. 19 10月, 2018 2 次提交
    • D
      Fix unit test · 8e0b9496
      Dang Qingqing 提交于
      test=develop
      8e0b9496
    • Y
      Ocr end2end dev (#13889) · fcb2e810
      Yipeng 提交于
      * add detect and end2end code
      
      * update the scale for coodinates restore
      
      * fix merge bug with dev.
      
      * fix merge bug with dev.
      
      * test=develop
      
      * fix code style test=develop
      
      * fix code style test=develop
      
      * test=develop
      
      * test=develop
      
      * test=develop
      fcb2e810
  3. 28 9月, 2018 1 次提交
    • Y
      refactor(op): polish generate_proposals_op · 593ad763
      Yu Yang 提交于
      Polish styles in generate_proposals_op.
      
      1. inline lambda functions rathar than use std::function to save var.
      2. add `static inline` to template functions .cc
         * Make them static to prevent generating symbols.
         * Make them inline to give compiler a hit inline them as possible.
         * Not if the function is not static, they cannot be inlined since the
           symbols should be exported.
      3. add `static` to global functions in .cc
         * Make them static to prevent generating symbols.
      4. Use Vector<uint64> instead manually manange storage between devices.
      5. Prefer to use platform::ForRange, so we can optimize `ForRange` by
         just changing `for_range.h` if it is needed.
      6. Do not change shape of inputs
      
      test=develop
      593ad763
  4. 27 9月, 2018 3 次提交
  5. 21 9月, 2018 2 次提交
  6. 14 9月, 2018 1 次提交
  7. 04 9月, 2018 1 次提交
  8. 31 8月, 2018 1 次提交
  9. 30 8月, 2018 1 次提交
  10. 29 8月, 2018 1 次提交
  11. 13 8月, 2018 1 次提交
  12. 23 7月, 2018 1 次提交
  13. 11 7月, 2018 3 次提交
  14. 02 7月, 2018 1 次提交
  15. 27 6月, 2018 1 次提交
  16. 15 6月, 2018 2 次提交
  17. 12 6月, 2018 1 次提交
  18. 08 6月, 2018 1 次提交
  19. 05 6月, 2018 1 次提交
  20. 04 6月, 2018 1 次提交
  21. 26 5月, 2018 1 次提交
    • W
      Polygon box transform op for OCR East detection. (#10802) · 376c948e
      whs 提交于
      * Add quad transform.
      
      * Fix some syntax error.
      
      * Fix CUDA kernel launch configure.
      
      * Generalize geometry channels.
      
      * Rename QuadTransform to PolygonRestore.
      
      * Rename op.
      
      * Rename op and fix computation.
      
      * Modify CMakeLists.txt for box_restore op.
      
      * Refine code:
      1. rename op
      2. uncomment unitest on GPU
      376c948e
  22. 12 5月, 2018 1 次提交