1. 20 2月, 2021 2 次提交
    • 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
    • G
      fix_deploy_python_infer (#2231) · 3d222388
      Guanghua Yu 提交于
      3d222388
  2. 19 2月, 2021 2 次提交
  3. 15 2月, 2021 2 次提交
  4. 13 2月, 2021 1 次提交
  5. 11 2月, 2021 1 次提交
  6. 10 2月, 2021 1 次提交
  7. 09 2月, 2021 1 次提交
    • W
      Update cascade (#2179) · 926efec2
      wangguanzhong 提交于
      * update cascade, test=dygraph
      
      * clean code, test=dygraph
      
      * add cascade_rcnn, test=dygraph
      
      * update according to reviews, test=dygraph
      
      * support dy2static, test=dygraph
      926efec2
  8. 08 2月, 2021 1 次提交
  9. 07 2月, 2021 1 次提交
  10. 06 2月, 2021 1 次提交
  11. 05 2月, 2021 3 次提交
  12. 04 2月, 2021 1 次提交
  13. 02 2月, 2021 2 次提交
  14. 01 2月, 2021 3 次提交
  15. 30 1月, 2021 3 次提交
  16. 29 1月, 2021 3 次提交
  17. 28 1月, 2021 1 次提交
  18. 27 1月, 2021 1 次提交
  19. 26 1月, 2021 2 次提交
  20. 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
  21. 22 1月, 2021 5 次提交
  22. 20 1月, 2021 2 次提交
    • F
      [Dygraph] add TTFNet (#2099) · 93e2a447
      Feng Ni 提交于
      * ttfnet infer
      
      * fix ttfnet deploy
      
      * clean code
      
      * add comment, fix config
      
      * add comment, update modelzoo
      
      * fix norm resize, update modelzoo
      93e2a447
    • W
      [Dygraph] ppyolo final (#2098) · 31a8da43
      wangxinxin08 提交于
      * add ppyolo in dygraph
      
      * fix bugs
      
      * modify configs
      
      * polish docs, modify ema and add configs
      
      * modify link of model
      
      * fix bugs in ema
      
      * modify code according to review
      
      * modify minicoco configs
      31a8da43