"vscode:/vscode.git/clone" did not exist on "c9c230d97fa54c7165ad31d663033ba83ce610e4"
  1. 11 Jun, 2019 1 commit
  2. 08 Jun, 2019 1 commit
    • 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
  3. 03 Jun, 2019 1 commit
    • 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
  4. 22 May, 2019 1 commit
    • Tianheng Cheng's avatar
      Code for "High-Resolution Representations for Labeling Pixels and Regions" (#610) · 3cb84acc
      Tianheng Cheng authored
      * support HRNet
      
      * add zip
      
      * remove zip files
      
      * remove zip datasets in config
      
      * modify format and shorten lines
      
      * fix line to long
      
      * support conv_cfg and update conv layer
      
      * revise the backbone network and neck
      
      * update format and pretrained mode
      
      * fix flake8 error
      
      * update modules following review suggestions
      
      * revert some changes for adapting to pretrained models
      
      * update hrnet and hrfpn
      
      * remove unused import
      
      * remove unused import
      
      * finish testing
      
      * change pretrained model link to open-mmlab
      
      * fix docstring and convert models
      
      * update README and model links
      
      * modify configs and README
      
      * support loss evaluator
      
      * update model urls
      
      * format hrnet.py
      
      * format hrfpn.py
      
      * add 20e for cascade config
      3cb84acc
  5. 20 May, 2019 1 commit
  6. 15 May, 2019 1 commit
    • Jerry XU's avatar
      add pytorch 1.1.0 SyncBN support (#577) · ddfb38ef
      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
      
      * use SyncBN protect member func to set ddp_gpu_num
      
      * Update README.md
      
      update pytorch version to 1.1
      ddfb38ef
  7. 13 May, 2019 2 commits
  8. 07 May, 2019 1 commit
  9. 04 May, 2019 1 commit
  10. 29 Apr, 2019 1 commit
  11. 27 Apr, 2019 1 commit
  12. 17 Apr, 2019 1 commit
    • myownskyW7's avatar
      Support models without FPN (#133) · a9e21cf7
      myownskyW7 authored
      * add two stage w/o neck and w/ upperneck
      
      * add rpn r50 c4
      
      * update c4 configs
      
      * fix
      
      * config update
      
      * update config
      
      * minor update
      
      * mask rcnn support c4 train and test
      
      * lr fix
      
      * cascade support upper_neck
      
      * add cascade c4 config
      
      * update config
      
      * update
      
      * update res_layer to new interface
      
      * refactoring
      
      * c4 configs update
      
      * refactoring
      
      * update rpn_c4 config
      
      * rename upper_neck as shared_head
      
      * update
      
      * update configs
      
      * update
      
      * update c4 configs
      
      * update according to commits
      
      * update
      a9e21cf7
  13. 17 Feb, 2019 2 commits
  14. 31 Jan, 2019 1 commit
  15. 29 Jan, 2019 2 commits
  16. 25 Jan, 2019 1 commit
  17. 22 Jan, 2019 1 commit
  18. 14 Jan, 2019 1 commit
  19. 10 Jan, 2019 2 commits
  20. 09 Jan, 2019 2 commits
  21. 04 Jan, 2019 1 commit
  22. 03 Jan, 2019 1 commit
  23. 01 Jan, 2019 1 commit
  24. 31 Dec, 2018 1 commit
  25. 30 Dec, 2018 1 commit
  26. 27 Dec, 2018 1 commit
  27. 24 Dec, 2018 1 commit
  28. 20 Dec, 2018 1 commit
  29. 19 Dec, 2018 3 commits
  30. 18 Dec, 2018 3 commits
  31. 11 Dec, 2018 1 commit