Skip to content
Snippets Groups Projects
  1. Jun 08, 2020
  2. Jun 07, 2020
  3. Jun 06, 2020
  4. 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
  5. Jun 04, 2020
  6. Jun 03, 2020
  7. Jun 02, 2020
  8. Jun 01, 2020
  9. May 31, 2020
  10. May 30, 2020
  11. May 28, 2020
  12. May 27, 2020
  13. May 26, 2020
  14. May 25, 2020
  15. May 24, 2020
    • Chrisfsj2051's avatar
      Implement NASFCOS (#2682) · 754ec972
      Chrisfsj2051 authored
      * Implement NAS-FCOS
      
      1. Supports NASFCOS
      2. Added NASFCOS_FPN
      3. Added NASFCOS_Head
      4. Added r50 config
      
      * Revert "Implement NAS-FCOS"
      
      This reverts commit ebae11cbbdc5b4f3cc7226c763e9254c94a9c92b.
      
      * Revert "Revert "Implement NAS-FCOS""
      
      This reverts commit 32bca597859a447de62ddf0f2c2f482809730da9.
      
      * Implement NASFCOS
      
      1. Supports NASFCOS
      2. Added NASFCOS_FPN
      3. Added NASFCOS_Head
      4. Added r50 config
      
      * reformatted & use list to build convs in head
      
      1. code refornatted
      2. add docstring in nasfcos_head.py
      3. use a list of conv config to build convs, rather than names
      
      * cells merged
      
      1. merge cells in nasfpn ans nasfcos_fpn
      2. add nasfpn_cell_factory.py
      
      * reformatted
      
      * fixed
      
      * fixed
      
      * Update nasfpn_cell_factory.py
      
      * pre-commit
      
      * bug fixed
      
      * renamed&moved
      
      * not done
      
      * fixed
      
      * fixed
      
      * Delete remove_parawise_cfg_nasfcos_r50_nashead_4x4_coco.py
      
      * fixed
      
      * Create 1x_bias_lr.py
      
      * Revert "Create 1x_bias_lr.py"
      
      This reverts commit 54602ded283a8f646aebfa0f216350fd2ce82e6d.
      
      * fixed
      
      * fixed
      
      * fixed docstring
      
      * init modified
      
      * formatted
      
      * fixed
      
      * updated
      
      * fixed
      
      * fixed
      
      * fixed
      
      * fixed
      
      * fixed
      
      * fixed
      
      * pass test
      
      * fixed
      
      * fixed
      
      * fixed
      
      * rename
      
      * 123
      
      * nasfcos_readme
      
      * Update README.md
      
      * rename & leave empty
      
      * GN->GN-head in README
      
      * fixed
      Unverified
      754ec972
    • Wang Xinjiang's avatar
      Add upsample_cfg support in FPN (#2787) · 50ffa248
      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
      
      * reconfigured configs
      Unverified
      50ffa248
Loading