1. 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
  2. 13 2月, 2021 1 次提交
  3. 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
  4. 25 1月, 2021 1 次提交
    • W
      refactor rcnn, test=dygraph (#2114) · 944eee5c
      wangguanzhong 提交于
      * refactor rcnn, test=dygraph
      
      * add mask_rcnn, test=dygraph
      
      * add Faster RCNN & Faster FPN, test=dygraph
      
      * update according to the review, test=dygraph
      944eee5c
  5. 15 1月, 2021 1 次提交
  6. 18 12月, 2020 1 次提交