1. 28 6月, 2019 2 次提交
  2. 27 6月, 2019 8 次提交
    • 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
      Fix evaluation with no mask (#2577) · bf37c67c
      Yang Zhang 提交于
      bf37c67c
    • 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 merge_and_create_list (#2572) · e5e91bc6
      Kaipeng Deng 提交于
      * download 3 VOC dataset
      
      * clean code
      
      * fix name map
      
      * refine log
      
      * refine dataset exists check
      
      * add merge_and_create_list
      
      * remove create_list
      
      * clean code
      
      * refine TODO
      
      * not generate label list
      
      * refine comment
      
      * remove useless import
      e5e91bc6
    • 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
    • K
      Support download VOC dataset. (#2564) · 927d53dc
      Kaipeng Deng 提交于
      * Support download VOC dataset.
      927d53dc
    • S
      Add create_list.py and fix some ssd bug (#2567) · e8db86d7
      SunAhong1993 提交于
      e8db86d7
    • S
      modify the crop operator (#2507) · 209cfdaa
      SunAhong1993 提交于
      * modify the crop operator
      
      * modify the judgment
      
      * modify the judgment v2
      
      * modify the data_feed.py
      
      * modify the readme and add labelme2coco code
      
      * Update README.md
      
      * Update README.md
      
      * Update README.md
      
      * Update README.md
      
      * Update README.md
      
      * Update README_cn.md
      
      * Update README_cn.md
      
      * Update README_cn.md
      
      * Update README_cn.md
      
      * Update README_cn.md
      
      * Update README_cn.md
      
      * Update README.md
      
      * Update README_cn.md
      
      * Update README.md
      
      * Update README_cn.md
      
      * Update labelme2coco.py
      
      * Update labelme2coco.py
      
      * Update labelme2coco.py
      
      * Update data_feed.py
      209cfdaa
  3. 26 6月, 2019 3 次提交
    • J
      fix bug in mask rcnn architecture (#2560) · ee078f8f
      jerrywgz 提交于
      ee078f8f
    • Y
      Tweak command line scripts (#2517) · 4f457075
      Yang Zhang 提交于
      * Tweak command line scripts
      
      enable fine grained control of command flags parsing
      switch to attribute style of accessing config options
      
      * Break down visualization function
      
      decouple it from IO operations
      
      * Move flag parsing out of `main()`
      
      * Fix a bug where `None` is returned instead of `{}`
      
      * Rename `save_xxx` to `output_xxx` in command line flags
      
      could be confusing since checkpoint is stored in `save_dir`
      
      * Support image file extensions in upper case
      4f457075
    • Y
      Fix `norm_decay` in config files (#2539) · 60a0e779
      Yang Zhang 提交于
      * Fix `norm_decay` in config files
      
      should be float value now
      
      * Clean up a bit
      
      mostly max line length related
      60a0e779
  4. 25 6月, 2019 4 次提交
  5. 24 6月, 2019 7 次提交