1. 27 8月, 2019 1 次提交
    • Y
      Add group norm (#3140) · d9f31608
      Yuan Gao 提交于
      * add a global norm_type flag
      
      * add group norm on fpn
      
      * add gn on box head
      
      * add faster rcnn fpn 50 gn config
      
      * add mask branch norm
      
      * update configs
      d9f31608
  2. 25 7月, 2019 1 次提交
  3. 22 7月, 2019 1 次提交
  4. 16 7月, 2019 1 次提交
  5. 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
  6. 27 6月, 2019 3 次提交
    • Q
      Add GC in train.py by defalut and add download script for dataset. (#2556) · 4715bb24
      qingqing01 提交于
      * Add GC in train.py by defalut and change data co dataset in configs
      * Update docs/INSTALL.md
      * Enable build_strategy.enable_inplace = True
      4715bb24
    • Y
      Add an ipython notebook demo (#2553) · 0d21ed97
      Yang Zhang 提交于
      * Fix missing `absolute_import`
      
      * Fix cycle import
      
      * Fix missing export
      
      * Remove some extra blank line and whitespaces
      
      * Rename `create_feeds` -> `create_feed`
      
      * Fix minor issues in tool scripts
      
      * Add ipython notebook demo
      
      * Tweak visualization bbox label style
      0d21ed97
    • K
      add VOC visualize (#2547) · 356bb7e2
      Kaipeng Deng 提交于
      * add VOC visualize
      
      * fixn ssd_mobilenet_v1_voc.yml
      
      * use default label
      
      * clean TestFeed dataset config
      
      * fix voc default label
      
      * fix format
      
      * fix as review
      
      * revert voc default
      
      * use defult label for all
      
      * enable batch size != 1
      356bb7e2
  7. 26 6月, 2019 1 次提交
  8. 25 6月, 2019 1 次提交
  9. 24 6月, 2019 2 次提交