Skip to content
Snippets Groups Projects
  1. Jun 11, 2020
    • tianyuandu's avatar
      add corner pooling (#2796) · 32fcb587
      tianyuandu authored
      
      * add center pooling
      
      * fix yapf formatting
      
      * add unittest
      
      * fix flake8 formatting
      
      * fix isort formatting
      
      * fix isort formatting
      
      * refactor and formatting
      
      * remove top pool from unittext
      
      * remove bottom pool from unittest
      
      * fix bug in torch1.5
      
      * add pytest for assertion
      
      * center_pool -> corner_pool, add docstring
      
      * fix unittest
      
      * add corner_pool.py
      
      * fix some weird logics
      
      * move unittests of ops to a new folder
      
      Co-authored-by: default avatarKai Chen <chenkaidev@gmail.com>
      Unverified
      32fcb587
  2. Jun 10, 2020
  3. Jun 09, 2020
  4. Jun 08, 2020
  5. Jun 07, 2020
  6. Jun 06, 2020
  7. Jun 05, 2020
    • Jerry Jiarui XU's avatar
      add lvis support (#2088) · 8fc05424
      Jerry Jiarui XU authored
      * add lvis dataset
      
      * fixed eval
      
      * fixed test cfg
      
      * add resnext config
      
      * update md
      
      * fixed name
      
      * update model urls
      
      * minor fix
      
      * fixed typo
      
      * use open-mmlab lvis
      
      * update travis
      
      * fixed install
      
      * make class balance as default
      Unverified
      8fc05424
    • Wang Xinjiang's avatar
      Fixed bugs in transform.py (#2810) · 206107ed
      Wang Xinjiang authored
      * Add upsample_cfg support in FPN
      
      * small fix
      
      * Add multiple extra conv sources
      
      * small logical fix
      
      * Add neck tests for fpn
      
      * Add neck tests for fpn
      
      * fixed several typos
      
      * resolved issues
      
      * Removed extra_convs_source option
      
      * added necks to apis.rst
      
      * change according to comments
      
      * add bbox_fields to expand and min iou crop
      
      * reconfigured configs
      
      * small fix
      
      * added test for random crop and min iou random crop
      
      * small change
      
      * added valid_inds for masks in random crop according to #2802
      
      * added config unit test
      
      * deleted nas fpn config test
      
      * revise according to comments
      
      * add img_fields check in transform.py and test_transform.py
      
      * Added notes for random crop and min iou random crop
      
      * Added notes for random crop and min iou random crop
      
      * Add bbox2label and bbox2mask key correspondence
      
      * Update nas-fpn model
      Add fsaf log
      Unverified
      206107ed
  8. Jun 04, 2020
  9. Jun 03, 2020
  10. Jun 02, 2020
  11. Jun 01, 2020
  12. May 31, 2020
  13. May 30, 2020
  14. May 28, 2020
  15. May 27, 2020
Loading