Skip to content
Snippets Groups Projects
  1. Jun 08, 2020
  2. Jun 07, 2020
  3. Jun 06, 2020
  4. Jun 02, 2020
  5. May 31, 2020
  6. May 27, 2020
  7. 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
    • Cao Yuhang's avatar
      Code Release: Prime Sample Attention in Object Detection (CVPR 2020) (#2626) · e903b5c1
      Cao Yuhang authored
      * save
      
      * add retinanet and fix some inconsistent
      
      * fix registry
      
      * fix typos
      
      * fix unmap bug
      
      * fix some bugs
      
      * clean
      
      * minor fix
      
      * fix k b
      
      * add more cfgs
      
      * fix detach
      
      * add some benchmarks
      
      * add some comments
      
      * add more comments
      
      * change test rpn proposal num
      
      * add more models
      
      * modify accroding comments
      
      * more fix
      
      * add pape link, fix some grammar error
      
      * modify according to comments
      
      * add unit test
      
      * add unit tests for head
      
      * fix some comments, add pape link
      
      * add pisa roi head unittest
      
      * fix README.md
      
      * fix year
      Unverified
      e903b5c1
  8. May 23, 2020
    • Wenwei Zhang's avatar
      Support RegNetX models (#2710) · dab4ac1b
      Wenwei Zhang authored
      * Add RegNet, docs/refactor TBD
      
      * Support RegNet
      
      * Add RegNets
      
      * Modify docs and refactor code
      
      * fix pre-train bug
      
      * Performance ready
      
      * Use public model weights
      
      * Performance & settings done
      
      * Fix unittest bug
      
      * Try another way of test config
      
      * Add unittest and refactor
      
      * Reformat
      
      * Finish refactor regnet
      
      * merge tests
      
      * fix conflicts
      
      * Fix resnext CI bug
      
      * rename parameter
      
      * Add ref link & clean _delete_
      
      * tweaks of doc
      
      * try resnext doctest
      
      * add expansion in block
      
      * remove doctest of resnext
      Unverified
      dab4ac1b
  9. May 21, 2020
    • Shanghua Gao's avatar
      add res2net backbone (#2237) · 67300849
      Shanghua Gao authored
      * add res2net backbone
      
      * add readme for res2net
      
      * simplify res2net file
      
      * remove some init in bottle2neck
      
      * optimize forward code
      
      * change init
      
      * update results of res2net
      
      * update config and readme
      
      * add test and fix small issues
      Unverified
      67300849
  10. May 19, 2020
  11. May 12, 2020
  12. May 11, 2020
  13. May 09, 2020
  14. May 07, 2020
  15. May 06, 2020
  16. May 05, 2020
    • Kai Chen's avatar
      Add API documentation (#2610) · 0cf70c2a
      Kai Chen authored
      * add api doc
      
      * update mock modules and fix requirements
      
      * fix autodoc modules
      
      * remove tmp file
      
      * add release version in docs/conf.py
      
      * fix docstring styles
      Unverified
      0cf70c2a
    • Jerry Jiarui XU's avatar
      Move shared_heads, mask_heads, bbox_heads under roi_heads (#2616) · 4f4c04f0
      Jerry Jiarui XU authored
      * move shared_heads, mask_heads, bbox_heads under roi_heads
      
      * move roi_extractor
      
      * remove widlcard import
      
      * remove ... import
      Unverified
      4f4c04f0
    • Wang Xinjiang's avatar
      Added FSAFHead Test and supported FSAFHead when there is zero-gt (#2603) · af7da7bc
      Wang Xinjiang authored
      
      * starting to merge fsaf
      
      * changed configs
      
      * changed bbox_coder
      
      * get_targets fun in AnchorHead class is modified to enable additional returns from _get_target_single
      
      * effective area assigner and tblr bbox_coder are implemented
      
      * added fsaf_head and config
      
      * added more fsaf configs
      
      * fixed the nan bbox_loss by clamping bbox_pred with min=1e-4
      
      * fixed the nan bbox_loss by clamping bbox_pred with min=1e-4
      
      * changed config
      
      * formatter
      
      * changed docstring
      
      * Added ignored pixel-class pair for FSAF
      
      * More elegant assignment for overlapping objects
      
      * more documents in effective area assigner
      
      * fixed a bug in object overlay
      
      * Added no gt_bboxes case and pytest for assigner
      
      * Added no gt_bboxes case and pytest for assigner
      
      * changed default config
      
      * fixed small bugs in FSAF head doc example
      
      * resolved pr review comments.
      1. Formats of comments and docstrings are modified
      2. Obsolete arguments are removed from FSAFHead
      3. AssignResults class is revised to be more compatible with old version
      
      * Added more comments to FSAFHead
      
      * resolved pr review comments
      
      * resolved pr review comments
      1. More flexible CenterRegionAssigner bbox priority
      2. More flexible tblr_coder by adding normalize_by_wh flag
      3. README modifications with model link
      4. More docstrings and comments
      5. Reformatted
      6. Change of default normalizer in TBLRBBoxCoder from 1.0 to 4.0
      
      * Corrected FSAF model path in readme
      
      * Fixed the bug of bbox weights in fsaf head
      
      * trying to add fsafhead test
      
      * Added FSAFHead test and supported zero gt in FSAFHead
      
      Co-authored-by: default avatarwangxinjiang <wangxinjiang@sensetime.com>
      Unverified
      af7da7bc
    • Jerry Jiarui XU's avatar
  17. May 04, 2020
  18. May 03, 2020
  19. May 01, 2020
    • Wenwei Zhang's avatar
      Fix ATSS warning on dist.ReduceOp (#2576) · 672fd5de
      Wenwei Zhang authored
      Unverified
      672fd5de
    • Wang Xinjiang's avatar
      Implement FSAF on V2.0 (#2521) · 1ebc2f38
      Wang Xinjiang authored
      
      * starting to merge fsaf
      
      * changed configs
      
      * changed bbox_coder
      
      * get_targets fun in AnchorHead class is modified to enable additional returns from _get_target_single
      
      * effective area assigner and tblr bbox_coder are implemented
      
      * added fsaf_head and config
      
      * added more fsaf configs
      
      * fixed the nan bbox_loss by clamping bbox_pred with min=1e-4
      
      * fixed the nan bbox_loss by clamping bbox_pred with min=1e-4
      
      * changed config
      
      * formatter
      
      * changed docstring
      
      * Added ignored pixel-class pair for FSAF
      
      * More elegant assignment for overlapping objects
      
      * more documents in effective area assigner
      
      * fixed a bug in object overlay
      
      * Added no gt_bboxes case and pytest for assigner
      
      * Added no gt_bboxes case and pytest for assigner
      
      * changed default config
      
      * fixed small bugs in FSAF head doc example
      
      * resolved pr review comments.
      1. Formats of comments and docstrings are modified
      2. Obsolete arguments are removed from FSAFHead
      3. AssignResults class is revised to be more compatible with old version
      
      * Added more comments to FSAFHead
      
      * resolved pr review comments
      
      * resolved pr review comments
      1. More flexible CenterRegionAssigner bbox priority
      2. More flexible tblr_coder by adding normalize_by_wh flag
      3. README modifications with model link
      4. More docstrings and comments
      5. Reformatted
      6. Change of default normalizer in TBLRBBoxCoder from 1.0 to 4.0
      
      * Corrected FSAF model path in readme
      
      * Fixed the bug of bbox weights in fsaf head
      
      Co-authored-by: default avatarwangxinjiang <wangxinjiang@sensetime.com>
      Unverified
      1ebc2f38
    • Jerry Jiarui XU's avatar
      change register_module to func (#2569) · fdc0c6d5
      Jerry Jiarui XU authored
      Unverified
      fdc0c6d5
  20. Apr 29, 2020
    • Jerry Jiarui XU's avatar
      Fix iou loss shape (#2552) · 717cbd3d
      Jerry Jiarui XU authored
      * fixed iou_loss
      
      * add weight=None check
      
      * add head-iou
      
      * fixed comment
      
      * add shape
      
      * change view to asset
      Unverified
      717cbd3d
    • David de la Iglesia Castro's avatar
      Add option to save the result images of running tools/test (#2414) · e8117f0f
      David de la Iglesia Castro authored
      
      * Use apis/inference in detectors show_result
      
      * Add images_out_dir arg to test apis
      
      * Include --images_out_dir in assertion
      
      * Fix single class parsing
      
      * Remove single class hack
      
      * Move import
      
      * Add example of saving results
      
      * Fix list number
      
      * Refactor show_result
      
      * Update docs
      
      * Update __init__
      
      * Fix CLASSES reference
      
      * Remove unnecessar assert for custom classes
      
      * Use - instead of _
      
      * Use - instead of _
      
      * Rename images_out_dir -> out_dir
      
      * Remove unnecessary model.module
      
      * Update show_result with all params and docstring
      
      * Fix missing comma
      
      * Set rescale always to True
      
      * Remove outdated restriction from docs
      
      * Drop pathlib
      
      * Rename out_dir -> show_dir
      
      * Update docstring
      
      * More explicit code. Fix out_dir
      
      * Update docstrings
      
      * Flake8
      
      Co-authored-by: default avatarmmeendez8 <miguelmndez@gmail.com>
      Co-authored-by: default avatarsbugallo <sbugallo@gradiant.org>
      Unverified
      e8117f0f
    • Cao Yuhang's avatar
      fix unmap (#2560) · d63c840a
      Cao Yuhang authored
      * fix unmap
      
      * make it more clear
      Unverified
      d63c840a
  21. Apr 28, 2020
  22. Apr 26, 2020
  23. Apr 25, 2020
  24. Apr 24, 2020
    • Cao Yuhang's avatar
      Fix pytorch1.5 compile error (#2524) · e5921ca8
      Cao Yuhang authored
      * replace AT_CHECK with TORCH_CHECK to support pytorch1.5
      
      * fix compile warning, delete grid sample op
      
      * fix ci pytorch version
      
      * delete python3.5
      
      * update version of pytorch and torchvision in ci
      
      * change is_cuda to device().is_cuda()
      
      * specify TORCH_CUDA_ARCH_LIST=6.0,7.0
      
      * fix typo
      
      * delete affine grid
      
      * fix typos
      
      * fix setup.py
      
      * remove redundant comment
      Unverified
      e5921ca8
  25. Apr 23, 2020
    • Jerry Jiarui XU's avatar
      Use mmcv Registry (#2511) · 4cfc0a95
      Jerry Jiarui XU authored
      * use mmcv Registry instead of mmdet
      
      * merged registry and builder
      
      * merge dataset builder registry
      
      * remove circulate import in bbox
      
      * rename registry to builder
      Unverified
      4cfc0a95
  26. Apr 22, 2020
Loading