1. 31 3月, 2021 1 次提交
  2. 29 3月, 2021 1 次提交
  3. 22 3月, 2021 3 次提交
  4. 18 3月, 2021 1 次提交
  5. 17 3月, 2021 1 次提交
  6. 16 3月, 2021 1 次提交
  7. 15 3月, 2021 1 次提交
  8. 10 3月, 2021 1 次提交
  9. 09 3月, 2021 2 次提交
  10. 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
  11. 05 2月, 2021 2 次提交
  12. 02 2月, 2021 1 次提交
  13. 01 2月, 2021 2 次提交
    • W
      [Dygraph]yolo series (#2148) · 6b76b6fc
      wangxinxin08 提交于
      * add ppyolo r18vd mbv3, yolov3 r50vd
      
      * modify TestReader of ppyolo mbv3 r18vd
      
      * add clip to avoid nan, modify ema to apply ema on bn mean and bn var
      
      * fix code resulting in nan
      
      * add yolov3 r50vd dcn configs
      
      * finish yolo_series and fix some problems
      
      * hide --bias flag and modify docs
      
      * modify --bias and fix deploy/python/infer
      6b76b6fc
    • G
      fix init_metrics and prune (#2153) · 83f11ba0
      Guanghua Yu 提交于
      83f11ba0
  14. 30 1月, 2021 2 次提交
  15. 27 1月, 2021 1 次提交
  16. 26 1月, 2021 2 次提交
  17. 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
  18. 18 1月, 2021 2 次提交
  19. 15 1月, 2021 1 次提交
    • W
      Add faster rcnn fpn hrnet 1x & 2x (#2055) · e333d629
      wangguanzhong 提交于
      * add hrnet, test=develop
      
      * add comment, test=dygraph
      
      * move config file to hrnet, test=dygraph
      
      * add 2x model
      
      * add hrnet README
      
      * update latest config structure, test=dygraph
      e333d629
  20. 13 1月, 2021 1 次提交
  21. 11 1月, 2021 3 次提交