1. 25 7月, 2019 1 次提交
  2. 24 7月, 2019 1 次提交
  3. 22 7月, 2019 2 次提交
    • W
      cherry-pick, fix configs for mask_fpn_se154 (#2882) · a36bc95f
      wangguanzhong 提交于
      a36bc95f
    • W
      [Cherry pick] fix bugs in release 1.5 (#2859) · f605beed
      wangguanzhong 提交于
      * add mask fpn r50 2x & minor fix for MODEL ZOO doc (#2747)
      
      * cherry-pick bug fix for release/1.5
      
      * fix mask eval for multi-batch (#2772)
      
      * cherry-pick bug fix for release/1.5
      
      * fix faster rcnn use im_shape (#2779)
      
      * cherry-pick bug fix for release/1.5
      
      * refine bbox_normalize in infer.py (#2781)
      
      * refine bbox_normalize in infer.py
      
      * add is_bbox_normalize
      
      * rename _forward to build
      
      * check callable
      
      * cherry-pick bug fix for release/1.5
      
      * Prevent module instance from modifying global config (#2790)
      
      some of the global config values are reference type, e.g., objects, lists or
      dicts, if the created module instances modify those values (see FPN and
      spatial_scale), global config will reflect these changes, and instances of the
      same class created later will inherit the changed values
      
      * Fix command line parsing for non module options (#2839)
      
      * fix save_inference_model cannot find feed vars (#2842)
      
      * fix save_inference_model cannot find feed vars
      
      * remove comment
      
      * fix format
      
      * add comment for pruned var
      
      * add log for prune
      
      * Fix train+eval in PaddleDetection(#2847)
      
      * resolve conflict merge error
      
      * reset data_feed
      f605beed
  4. 03 7月, 2019 1 次提交
  5. 02 7月, 2019 1 次提交
  6. 01 7月, 2019 3 次提交
  7. 29 6月, 2019 1 次提交
  8. 28 6月, 2019 2 次提交