1. 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
  2. 08 6月, 2021 1 次提交
  3. 01 6月, 2021 1 次提交
  4. 21 5月, 2021 1 次提交
  5. 20 5月, 2021 1 次提交
  6. 11 5月, 2021 1 次提交
  7. 15 4月, 2021 1 次提交
  8. 05 4月, 2021 1 次提交
    • C
      [doc] add doc of benchmark (#2505) · 192dc215
      cnn 提交于
      * add benchmark, test=document_fix
      
      * update style of number, test=document_fix
      
      * add difference of dynamic shape and fix shape
      192dc215
  9. 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
  10. 22 3月, 2021 1 次提交
  11. 30 1月, 2021 1 次提交
    • C
      [dygraph] Add prepare dataset and deploy document (#2136) · 7b0a4b30
      cnn 提交于
      * update prepare dataset and deploy document, test=dygraph
      
      * simplify CMakeList, test=dygraph
      
      * add cpp doc link, test=dygraph
      
      * remove WITH_STATIC_LIB, test=dygraph
      
      * update doc, test=dygraph
      
      * fix cmakelist, test=dygraph
      
      * split EXPORT_MODEL.md, update READEME.md, add QA on deploy README.md, test=dygraph
      
      * Using same env as paddle_inference_lib when deploy, test=dygraph
      
      * fix typo, test=dygraph
      7b0a4b30
  12. 15 1月, 2021 1 次提交
  13. 18 12月, 2020 1 次提交
  14. 17 11月, 2020 1 次提交
    • C
      [doc] TX2 doc TensorRT 5-->TensorRT 6 (#1700) · 5edb9c6c
      cnn 提交于
      * update cpp build script
      
      * rename document and update script
      
      * set WITH_MKL=ON for pass CI
      
      * set WITH_GPU=OFF and WITH_TENSORRT=OFF for pass CI
      5edb9c6c
  15. 06 11月, 2020 1 次提交
  16. 15 10月, 2020 1 次提交
  17. 06 8月, 2020 1 次提交
  18. 29 7月, 2020 1 次提交
  19. 03 6月, 2020 1 次提交
  20. 21 5月, 2020 1 次提交
  21. 17 5月, 2020 1 次提交
  22. 13 5月, 2020 1 次提交
  23. 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