Skip to content
Snippets Groups Projects
  1. Feb 25, 2021
  2. Feb 18, 2021
  3. Jan 18, 2021
  4. Jan 11, 2021
  5. Nov 27, 2020
  6. Sep 03, 2020
  7. Jul 10, 2020
    • Cao Yuhang's avatar
      clean op (#3232) · 5f2cdedd
      Cao Yuhang authored
      
      * clean op
      
      * clean
      
      * update build.yml
      
      * fix setup
      
      * change ci mmcv version
      
      * change ci mmcv version
      
      * add install pre-build mmcv instructions
      
      * update mmcv url, move some unnit tests to mmcv
      
      * update ci mmcv
      
      * test
      
      * test
      
      * test
      
      * fix unit test
      
      * fix unit test
      
      * fix onnx script
      
      * update mmcv url
      
      * fix typo
      
      * fix some doc
      
      * Bump version
      
      * resolve comments
      
      * Fix version bug
      
      Co-authored-by: default avatarZwwWayne <wayne.zw@outlook.com>
      5f2cdedd
  8. May 24, 2020
    • 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
      50ffa248
  9. May 21, 2020
    • Cao Yuhang's avatar
      Update inf speed (#2730) · 9be3eb0d
      Cao Yuhang authored
      * update inf speed
      
      * update some models
      
      * update benchmark config and model
      
      * add no aug config
      
      * merge log model table with performance table
      
      * add detectron2 url
      9be3eb0d
  10. May 02, 2020
    • Cao Yuhang's avatar
      Add configs and benchmarks. (#2446) · 482fcfa9
      Cao Yuhang authored
      
      * add configs for all models
      
      * fix some configs
      
      * Add benchmark models
      
      * update some benchmarks
      
      * Fix retina config
      
      * add more benchmarks
      
      * update MODEL_ZOO.md
      
      * fix cascade mask num_class bug
      
      * change caffe pretrained url
      
      * fix paramwise_cfg bug
      
      * fix paramwise cfg
      
      * restrict minimum h and w in crop_and_resize
      
      * add grad clip for fcos
      
      * add grad clip for ga retinanet
      
      * fix grad clip
      
      * fix img norm
      
      * fix rpn loss bbox
      
      * fix rpn proposal num
      
      * fix url
      
      * clean
      
      * update comparison
      
      * minor update
      
      * add grad clip for guided anchoring
      
      * fix some typos
      
      * add inference time details
      
      * clean
      
      Co-authored-by: default avatarZwwWayne <wayne.zw@outlook.com>
      482fcfa9
  11. Apr 08, 2020
    • Wenwei Zhang's avatar
      Refactor category orders in heads (#2374) · 70eedbd3
      Wenwei Zhang authored
      
      * Refactor (all): all category -1 in anchor/bbox head and anchor/bbox target assign
      
      * Fix (datasets): remove label + 1 in datasets
      
      * Fix (bbox_head): fix bug of fc_cls that forget + 1
      
      * Fix (atss_head & free_anchor): fix cat -1 bugs
      
      * Fix (mask_head): remove label + 1 in mask heads
      
      * fix atss
      
      * Fix (rpn): fix cross_entropy_loss bug of RPN
      
      * Fix (anchor_head): fix typo
      
      * Refactor (anchor_head): use background_label rather than num_classes to indicate background class
      
      * Refactor (docstring): add and reformat docstrings
      
      * fix mask iou head
      
      * Fix (mask_head): fix cat -1 bug
      
      * Fix (mask_head): fix bug in mask inference
      
      * Add (tests): add tests for mask rcnn and mask heads
      
      * Refactor (unittest): refactor test_forward
      
      * Refactor (new_empty): use new_full rather than new_empty
      
      * Refactor (background_label): check background_label
      
      * Add TODO
      
      * Refactor (unittest): allow BP in unittest
      
      Co-authored-by: default avatarCao Yuhang <yhcao6@gmail.com>
      70eedbd3
  12. Mar 26, 2020
  13. Mar 24, 2020
  14. Mar 23, 2020
    • Jerry Jiarui XU's avatar
      add new config sample and check scripts (#2216) · eeff0bef
      Jerry Jiarui XU authored
      * add new config sample and check scripts
      
      * context managere to prevent import
      
      * refactor backbone, add caffe
      
      * add fast rcnn
      
      * all basci config done
      
      * rm coco_proposal
      
      * add scratch, wider_face, voc
      
      * add reppoints
      
      * delete device id, auto resume
      
      * add libra_rcnn, ms_rcnn, nas_fpn
      
      * add hrnet, fcos
      
      * add free_anchor, gn, grid_rcnn, guided_anchoring, gcnet, ghm, gn+ws
      
      * finished all, but some need refactor and unified logic
      
      * fixed albu
      
      * update ReseNet101
      
      * reduce ResNet101, add norm_cfg, 4conv1fc
      
      * refactor caffe backbone
      
      * merge act_cfg, dcn from master
      
      * rename 2fc head, add 4conv1fc head
      
      * delete 4con1fc model
      
      * rename components -> _base_
      
      * flatten _base_
      
      * refactor _base_ structure
      
      * refactor config structure
      
      * reduce _base/models
      
      * rename all config
      
      * add _coco inside configs
      
      * fixed _coco in files
      
      * fixed albu in test
      
      * migrate to new sys
      
      * fixed test
      
      * fixed test
      
      * rm cascade, fast_rcnn
      
      * rm cascade, fast_rcnn from _base_
      
      * fixed fcos_center
      
      * rename from rule
      
      * collopse third party model
      
      * fixed test
      
      * fixed some minor bug
      
      * rename gn-neck_head -> gn-neck+head
      eeff0bef
  15. Mar 12, 2020
  16. Mar 11, 2020
  17. Mar 01, 2020
  18. Feb 11, 2020
  19. Feb 07, 2020
  20. Oct 24, 2019
  21. Aug 26, 2019
  22. Aug 25, 2019
Loading