1. 29 7月, 2020 1 次提交
  2. 24 7月, 2020 1 次提交
  3. 16 7月, 2020 4 次提交
  4. 13 7月, 2020 1 次提交
  5. 18 6月, 2020 1 次提交
  6. 03 6月, 2020 2 次提交
  7. 29 5月, 2020 1 次提交
  8. 21 5月, 2020 2 次提交
  9. 18 5月, 2020 1 次提交
  10. 17 5月, 2020 1 次提交
  11. 15 5月, 2020 1 次提交
  12. 14 5月, 2020 2 次提交
  13. 13 5月, 2020 2 次提交
  14. 12 5月, 2020 4 次提交
  15. 11 5月, 2020 1 次提交
  16. 10 5月, 2020 1 次提交
  17. 08 5月, 2020 1 次提交
  18. 30 4月, 2020 2 次提交
  19. 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
  20. 15 4月, 2020 1 次提交
  21. 14 4月, 2020 1 次提交
    • B
      add Python inference deployment solution (#460) · da4bd759
      Bin Long 提交于
      * [cherry-pick] Fix v0.2 docs (#258)
      
      * fix save checkpoint in quantization (#257)
      
      * fix save checkpoint in quantization
      * fix details
      
      * Fix softlink (#256)
      Co-authored-by: NLiufang Sang <slf12thuss@163.com>
      
      * [cherry-pick] add prune benchmark (#262)
      
      * add prune model latency (#260) & fix run command for windows (#261)
      
      * Cherry-pick update reader config (#269)
      
      * Force `cudnn` backend for depthwise convs when fp16 is enabled (#271)
      
      * fix weights path (#274)
      
      * cherry-pick refine fruit config (#289)
      
      * cherry-pick polish doc (#287)
      
      * cherry-pick fix oidv5 link (#296)
      
      cherry-pick fix oidv5 link
      
      * [cherry-pick] polish slim model zoo (#313)
      
      * polish slim README
      
      * refine pedestrian_yolov3_darknet.yml and vehicle_yolov3_darknet.yml in contrib (#324)
      
      * fix yolo configs (#332)
      
      * cherry pick polish doc (#329)
      
      * refine config (#336)
      
      * [cherry pick] refine sensitive link (#334)
      
      * refine sensitive link
      
      * add YOLOv3Loss.batch_size comments (#348)
      
      * add deploy with python
      
      * update README
      
      * support TRT and Executor
      
      * update cpp_infer for paddle latest
      
      * support fixed shape of model
      
      * polish code
      
      * supoort trt
      
      * support TRT&Executor
      
      * deploy/python : fix coding style problems
      
      * update requirements.txt
      
      * update deploy/python docs
      Co-authored-by: NGuanghua Yu <742925032@qq.com>
      Co-authored-by: NLiufang Sang <slf12thuss@163.com>
      Co-authored-by: NKaipeng Deng <dengkaipeng@baidu.com>
      Co-authored-by: Nwangguanzhong <jerrywgz@126.com>
      Co-authored-by: NYang Zhang <yangzhang@live.com>
      Co-authored-by: littletomatodonkey's avatarlittletomatodonkey <dazhiningsibuqu@163.com>
      Co-authored-by: NFlyingQianMM <245467267@qq.com>
      Co-authored-by: NChanningss <chen_lingchi@163.com>
      da4bd759