1. 16 11月, 2018 1 次提交
    • W
      Refine operator cmake (#14413) · a2d9b344
      Wu Yi 提交于
      * wip simplify operator framework
      
      * wip
      
      * wip
      
      * done test=develop
      
      * clean test=develop
      
      * fix test=develop
      
      * fix deps test=develop
      
      * fix cpu build test=develop
      
      * fix tensorrt build test=develop
      
      * fix tests test=develop
      
      * fix test=develop
      
      * fix cpu build test=develop
      a2d9b344
  2. 13 11月, 2018 1 次提交
  3. 08 11月, 2018 1 次提交
  4. 05 11月, 2018 1 次提交
  5. 30 10月, 2018 1 次提交
  6. 26 10月, 2018 1 次提交
  7. 25 10月, 2018 1 次提交
  8. 23 10月, 2018 3 次提交
  9. 21 10月, 2018 1 次提交
  10. 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
  11. 18 10月, 2018 1 次提交
  12. 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
  13. 27 9月, 2018 3 次提交
  14. 21 9月, 2018 2 次提交
  15. 14 9月, 2018 1 次提交
  16. 04 9月, 2018 1 次提交
  17. 31 8月, 2018 1 次提交
  18. 30 8月, 2018 1 次提交
  19. 29 8月, 2018 1 次提交
  20. 13 8月, 2018 1 次提交
  21. 23 7月, 2018 1 次提交
  22. 11 7月, 2018 3 次提交
  23. 02 7月, 2018 1 次提交
  24. 27 6月, 2018 1 次提交
  25. 15 6月, 2018 2 次提交
  26. 12 6月, 2018 1 次提交
  27. 08 6月, 2018 1 次提交
  28. 05 6月, 2018 1 次提交
  29. 04 6月, 2018 1 次提交
  30. 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
  31. 12 5月, 2018 1 次提交