1. 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
  2. 20 2月, 2021 1 次提交
    • C
      [Dygraph] Fix deploy python/cpp infer bugs (#2234) · 6e8a5e62
      cnn 提交于
      * use scripts to build on windows flatform, test=dygraph
      
      * Use new preproces OPs in deploy/infer.py, test=dygraph
      
      * fix bug of image_shape can not set 2-dims, test=dygraph
      
      * fix cpp build, test=dygraph
      
      * set param target_size must be [h, w] in Resize function, test=dygraph
      
      * fix bug, test=dygraph
      
      * fix ssd output format (bbox: [N, 6], bbox_num: bbox_num), test=dygraph
      
      * fix ssd prediction in cpp mode, test=dygraph
      6e8a5e62
  3. 18 12月, 2020 1 次提交
  4. 11 9月, 2020 1 次提交
  5. 29 7月, 2020 1 次提交
  6. 16 7月, 2020 1 次提交
  7. 03 6月, 2020 1 次提交
  8. 29 5月, 2020 1 次提交
  9. 21 5月, 2020 1 次提交
  10. 18 5月, 2020 1 次提交
  11. 17 5月, 2020 1 次提交
  12. 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