1. 21 Jan, 2020 1 commit
  2. 04 Jan, 2020 1 commit
  3. 25 Dec, 2019 1 commit
    • Kai Chen's avatar
      add NASFPN (#1246) · 629b9ff2
      Kai Chen authored
      
      
      * add NASFPN
      
      * minor fixes
      
      * fix downsample, add norm to lateral
      
      * update downsample and configs
      
      * remove additional blank line
      
      * update docs
      
      * add benchmark
      
      * minor fix
      Co-authored-by: default avatarCao Yuhang <yhcao6@gmail.com>
      629b9ff2
  4. 24 Dec, 2019 1 commit
  5. 14 Dec, 2019 1 commit
  6. 02 Oct, 2019 1 commit
    • Tao Kong's avatar
      FoveaBox support (#1339) · 6ce7cce1
      Tao Kong authored
      * add foveabox support
      
      * format
      
      * fix
      
      * foveabox correct
      
      * fix mean and std in config
      
      * add foveabox in model zoo
      
      * fix work_dir, typo, fovea_target and config issues
      
      * add necessary comments
      
      * fix yapf issue in C1 check
      
      * fix yapf issue in C1 check
      
      * rename configs
      
      * update model urls and minor fix
      6ce7cce1
  7. 31 Aug, 2019 1 commit
  8. 22 Aug, 2019 1 commit
  9. 14 Aug, 2019 1 commit
    • Tianheng Cheng's avatar
      update results of HRNet (#1182) · 705805f5
      Tianheng Cheng authored
      * update model zoo
      
      * update model zoo
      
      * update model links
      
      * update HRNet README
      
      * update HRNet README
      
      * remove .DS_Store
      
      * update HRNet results
      
      * update HRNet results and remove .DS_Store
      
      * update FCOS results
      
      * update HRFPN to support FCOS
      
      * remove blank line
      
      * remove blank line
      
      * update Modelzoo
      
      * update models
      
      * update model url
      
      * fix typo
      
      * fix typo
      
      * change name of backbones
      
      * add 20e to cascade w18
      
      * update url
      705805f5
  10. 09 Aug, 2019 1 commit
  11. 19 Jun, 2019 1 commit
  12. 16 Jun, 2019 1 commit
  13. 25 May, 2019 1 commit
    • Jiangmiao Pang's avatar
      Code for CVPR 2019 Paper "Libra R-CNN: Towards Balanced Learning for Object Detection" (#687) · b581e19f
      Jiangmiao Pang authored
      * Code for components of Libra R-CNN
      
      * Configs and README for Libra R-CNN
      
      * update bfp
      
      * Update Model ZOO
      
      * add comments in non-local
      
      * fix shape
      
      * update bfp
      
      * update according to ck's comments
      
      * update des
      
      * update des
      
      * fix loss
      
      * fix according to ck's comments
      
      * fix activation in non-local
      
      * fix conv_mask in non-local
      
      * fix conv_mask in non-local
      
      * Remove outdated model urls
      
      * refactoring for bfp
      
      * change in_channels from list[int] to int
      
      * refactoring for nonlocal
      
      * udpate weight init of nonlocal
      
      * minor fix
      
      * update new model urls
      b581e19f
  14. 23 May, 2019 1 commit
    • Jiaqi Wang's avatar
      Code of CVPR 2019 Paper: Region Proposal by Guided Anchoring (#594) · 89022a26
      Jiaqi Wang 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
      
      * add ga rpn
      
      * test bug fix
      
      * test bug fix with loc_filter_thr is large
      
      * update configs
      
      * update configs
      
      * add ga_retinanet
      
      * ga test bug fix
      
      * update configs
      
      * update
      
      * init masked conv
      
      * update
      
      * update masked conv
      
      * update
      
      * support no ga_sampler
      
      * update
      
      * update
      
      * test with masked_conv
      
      * update comment
      
      * fix flake errors
      
      * fix flake 8 errors
      
      * refactor bounded iou loss
      
      * refactor ga_retina_head
      
      * update configs
      
      * refactor masked conv
      
      * fix flake8 error
      
      * refactor guided_anchor_head and ga_rpn_head
      
      * update configs
      
      * use_sigmoid_cls -> cls_sigmoid_loss; use_focal_loss -> cls_focal_loss
      
      * refactoring
      
      * cls_sigmoid_loss -> use_sigmoid_cls
      
      * fix flake8 error
      
      * add some docs
      
      * rename normalize to norm_cfg
      
      * update configs
      
      * add readme
      
      * update ga_faster config
      
      * update readme
      
      * update readme
      
      * rename configs as r50_caffe
      
      * merge master
      
      * refactor guided anchor target
      
      * update readme
      
      * update approx mas iou assigner
      
      * refactor guided anchor target
      
      * update docstring
      
      * refactor ga heads
      
      * fix flake8 error
      
      * update readme
      
      * update model url
      
      * update comments
      
      * refactor get anchors
      
      * update docstring
      
      * not use_loc_filter during training
      
      * add R-101 results
      
      * update to support build loss api
      
      * fix flake8 error
      
      * update readme with x-101 performances
      
      * update readme
      
      * add a link in project readme
      
      * refactor code about ga shape inside flags
      
      * update
      
      * update
      
      * add x101 config files
      
      * add ga_rpn r101 config
      
      * update some comments
      
      * add comments
      
      * add comments
      
      * update comments
      
      * fix flake8 error
      89022a26
  15. 16 May, 2019 1 commit
    • myownskyW7's avatar
      add C4 benchmarks (#651) · 981ee2f8
      myownskyW7 authored
      * use_sigmoid_cls -> cls_sigmoid_loss; use_focal_loss -> cls_focal_loss
      
      * fix flake8 error
      
      * cls_sigmoid_loss - > use_sigmoid_cls
      
      * rename c4 configs
      
      * update model zoo with c4 benchmark
      
      * reorder c4 benchmarks
      
      * update model zoo
      981ee2f8
  16. 12 May, 2019 1 commit
  17. 09 May, 2019 1 commit
  18. 04 May, 2019 1 commit
  19. 03 May, 2019 1 commit
  20. 02 May, 2019 1 commit
  21. 01 May, 2019 1 commit
    • Cao Yuhang's avatar
      new model zoo (#548) · 7fb202b3
      Cao Yuhang authored
      * new model zoo
      
      * update model url and performance
      
      * update pytorch version
      7fb202b3
  22. 30 Apr, 2019 2 commits
  23. 20 Apr, 2019 1 commit
  24. 16 Feb, 2019 1 commit
  25. 06 Feb, 2019 1 commit
  26. 01 Feb, 2019 1 commit
  27. 25 Jan, 2019 1 commit
  28. 17 Jan, 2019 1 commit
  29. 22 Dec, 2018 1 commit
  30. 19 Dec, 2018 1 commit
  31. 02 Dec, 2018 1 commit
  32. 30 Nov, 2018 1 commit
  33. 26 Nov, 2018 3 commits
  34. 25 Nov, 2018 1 commit
  35. 23 Nov, 2018 1 commit
  36. 15 Oct, 2018 1 commit
  37. 12 Oct, 2018 1 commit