1. 25 7月, 2019 1 次提交
  2. 22 7月, 2019 1 次提交
    • 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
  3. 28 6月, 2019 2 次提交
    • Q
      Rename object_detection to PaddleDetection. (#2601) · 9b426b2c
      qingqing01 提交于
      * Rename object_detection to PaddleDetection
      * Small fix for doc
      9b426b2c
    • Y
      Clean up config files (#2585) · 3d75911a
      Yang Zhang 提交于
      * Clean up config files
      
      - reorder: batch_size -> data_set -> sample_transforms -> batch_transforms -> worker -> other
      - unify bool values, lower case true/false
      - remove `null` values
      - remove `shuffle` settings, covered by default values
      
      * Update ResNet50 pretrained weight url
      
      * Remove `use_padded_im_info` settings, covered by default value
      3d75911a
  4. 27 6月, 2019 2 次提交
  5. 26 6月, 2019 1 次提交
  6. 25 6月, 2019 1 次提交
    • K
      refine infer with args (#2501) · fc6abdd2
      Kaipeng Deng 提交于
      * refine infer with args
      
      * remove samples
      
      * fix as review
      
      * refine code
      
      * refine args
      
      * move get_test_images to infer.py
      
      * add visualize log
      
      * fix images = []
      
      * fix args
      
      * refine infer.py
      
      * fix yolov3_r34.yml
      fc6abdd2
  7. 24 6月, 2019 1 次提交