1. 21 5月, 2021 1 次提交
  2. 11 5月, 2021 1 次提交
  3. 24 3月, 2021 1 次提交
  4. 22 3月, 2021 1 次提交
  5. 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
  6. 18 12月, 2020 1 次提交
  7. 17 12月, 2020 1 次提交
  8. 01 10月, 2020 1 次提交
    • G
      add solov2 model (#1412) · dd1e05d7
      Guanghua Yu 提交于
      * add solov2 model
      
      * fix train batch size
      
      * add solov2_r101_vd_fpn_3x
      
      * fix batch size and update modelzoo
      
      * refactor code of solov2
      
      * fix deploy/python
      dd1e05d7