Skip to content
Snippets Groups Projects
  1. Jun 22, 2019
  2. Jun 21, 2019
  3. Jun 20, 2019
    • Cao Yuhang's avatar
      Add reduction_override flag (#839) · 32df98e9
      Cao Yuhang authored
      * add reduction_override flag
      
      * change default value of reduction_override as None
      
      * add assertion, fix format
      
      * delete redudant statement in util
      
      * delete redudant comment
      32df98e9
  4. Jun 19, 2019
  5. Jun 18, 2019
  6. Jun 17, 2019
  7. Jun 16, 2019
  8. Jun 15, 2019
  9. Jun 12, 2019
    • sty-yyj's avatar
      Fix aug_test_rpn error (#737) · f18561b5
      sty-yyj authored
      * fixed a bug which causes merged_proposals are only from a certain scale of proposals in aug_test_rpn
      
      * add a comment and modify _img_metas to aug_img_metas
      f18561b5
  10. Jun 11, 2019
  11. Jun 10, 2019
  12. Jun 09, 2019
  13. Jun 08, 2019
    • Zheng Zhang's avatar
      Code for "an empirical study of spatial attention mechanisms in deep networks" (#730) · e6ff2c55
      Zheng Zhang authored
      * update configs and related code
      
      * remove debug info
      
      * fix style issues
      
      * fix unnecessary changes
      
      * move generalized_attention.py from ops/dcn to models/plugins
      
      * change the arguments name of generalized attention, add related description and update resnet backbone
      
      * revert the change of weight_init.py
      
      * format touched files by yapf
      
      * change default data_root
      
      * update code for passing flake8 test
      
      * delete unnecessary __init__.py
      
      * Change the argument order of resnext.__init__()
      
      * remove constant_init
      
      * simplifying the init of generalized_attention module
      
      * remove unused import
      
      * format the code
      
      * change the name of config folder, add more configs, add README.md
      
      * rename num_head to num_heads
      
      * minor formatting
      e6ff2c55
  14. Jun 05, 2019
  15. Jun 04, 2019
  16. Jun 03, 2019
    • Kai Chen's avatar
      bug fix for testing visualization (#747) · 8f70f9df
      Kai Chen authored
    • Jerry XU's avatar
      Code of "GCNet: Non-local Networks Meet Squeeze-Excitation Networks and Beyond" (#598) · 58c415a0
      Jerry XU authored
      * add pytorch 1.1.0 SyncBN support
      
      * change BatchNorm2d to _BatchNorm and call freeze after train
      
      * add freeze back to init function
      
      * fixed indentation typo in adding freeze
      
      * convert SyncBN to BN when eval is called
      
      * add gcb and configs
      
      * fixed line too long
      
      * fixed space and newline
      
      * ignore too long line in config files
      
      * two space before inline comment
      
      * refactor var name
      
      * fixed line too long
      
      * changed SyncBN to backbone only and add non-Sync BN configs
      
      * reformat config to adapt master branch
      
      * reformat change method->type
      
      * remoe some configs
      
      * clean up readme.md
      
      * add benchmark
      
      * fix typo in README
      
      * change sbn to syncbn
      
      * change work dir
      
      * refactor gcb
      
      * fixed line too long
      
      * Code formatting
      58c415a0
  17. May 31, 2019
  18. May 29, 2019
Loading