1. 12 7月, 2021 1 次提交
  2. 30 6月, 2021 1 次提交
    • C
      [dev] Fix windows bug (#3547) · 999aa0d2
      cnn 提交于
      * fix not find dirent.h on windows
      
      * using cv::glob replace fileststem, fileststem need std++17
      999aa0d2
  3. 15 6月, 2021 1 次提交
  4. 08 6月, 2021 1 次提交
  5. 24 5月, 2021 1 次提交
  6. 21 5月, 2021 1 次提交
  7. 20 5月, 2021 1 次提交
  8. 12 5月, 2021 1 次提交
    • C
      [dev] s2anet fix export and deploy (#2919) · 0947171b
      cnn 提交于
      * s2anet fix export and deploy
      
      * remove redundant code
      
      * fix cpp for s2anet deploy
      
      * fix bug of get_categories
      
      * rename poly_to_rbox to poly2rbox
      
      * add some comment for function
      0947171b
  9. 11 5月, 2021 1 次提交
  10. 15 4月, 2021 1 次提交
  11. 06 4月, 2021 1 次提交
  12. 30 3月, 2021 1 次提交
    • C
      [dev] fix paddle inference name problem, and update doc (#2430) · 3b02c71e
      cnn 提交于
      * fix paddle inference name problem, and update doc
      
      * set default value
      
      * fix inference lib name in static
      
      * update deploy doc, fix build error of windows
      
      * add annotation of PADDLE_LIB_NAME
      
      * set min_subgraph_size=33 as default, fix bug of fcos_dcn_r50_fpn_1x
      3b02c71e
  13. 22 3月, 2021 1 次提交
  14. 19 3月, 2021 1 次提交
    • C
      [deploy] support dynamic_shape and add tensorrt tutorial (#2367) · 71a95461
      cnn 提交于
      * TensorRT support dynamic shape
      
      * add TensorRT doc
      
      * update model visual tool, test=fix_document
      
      * python support trt6
      
      * cpp support trt6
      
      * fix code error
      
      * clean code
      
      * python trt dynamic shape and fix code style
      
      * disable log and update doc style
      
      * update opencv lib url
      
      * solov2 trt support dynamic shape
      
      * support tensorrt_int8
      
      * add TensorRT int8 calib data for ppyolo
      
      * set workspace_size=1 << 30 as default
      
      * remove content
      
      * remove some content, and fix code style
      
      * remove images
      
      * update doc style
      71a95461
  15. 18 12月, 2020 1 次提交
  16. 29 10月, 2020 1 次提交
    • C
      Add win cpp infer benchmark (#1617) · 9d135fea
      cnn 提交于
      * add benchmark on win10 cpp finer, fix bug of _mkdir on windows VS2019 Release bulig
      
      * win cpp use Predictor to inference
      
      * 测试环境描述更加详细
      9d135fea
  17. 21 10月, 2020 1 次提交
  18. 15 10月, 2020 1 次提交
  19. 11 9月, 2020 1 次提交
  20. 21 8月, 2020 1 次提交
  21. 06 8月, 2020 1 次提交
  22. 29 7月, 2020 1 次提交
  23. 03 6月, 2020 1 次提交
  24. 17 5月, 2020 1 次提交
  25. 22 4月, 2020 1 次提交
    • B
      deploy/cpp : Update cpp ineference solutio (#478) · d3a971b6
      Bin Long 提交于
      * deploy/cpp : Update cpp ineference solution
      
      * add README.md to deploy
      
      * deploy/cpp : add PadStride
      
      * deploy/cpp : add output visualization
      
      * deploy/cpp: add video support
      
      * fix coding style problem
      
      * deploy/cpp : add README.md
      
      * deploy/cpp : update docs
      
      * deploy/cpp : update linux build scripts
      
      * deploy/cpp : update linux build docs
      
      * udpate docs
      
      * deploy/cpp : update windows build docs
      
      * depoy/cpp: fix coding style
      
      * fix coding style
      
      * Create CMakeSettings.json
      
      * Update README.md
      
      * Update windows_vs2019_build.md
      
      * Update CMakeLists.txt
      
      * Update linux_build.md
      
      * Update CMakeLists.txt
      
      * deploy/cpp : update linux build script
      
      * update doc structures and support arch Face
      d3a971b6