1. 31 Mar, 2020 1 commit
  2. 28 Mar, 2020 1 commit
  3. 22 Dec, 2019 1 commit
  4. 29 Nov, 2019 1 commit
    • valuefish's avatar
      add multi nodes distributed test support (#1399) · b7894cbd
      valuefish authored
      * add multi nodes distributed test support
      
      * fix bug in htc.py when keep_all_stages turn on
      
      * remove package imported but unused in test.py
      
      * reformat code in test.py
      
      * support both cpu & gpu for gathering
      
      * reformat
      
      * clean code, add doc
      
      * add docstring
      
      * reformat doc string
      b7894cbd
  5. 23 Aug, 2019 1 commit
    • Kai Chen's avatar
      Make data pre-processing pipeline customizable (#935) · 0d5233a3
      Kai Chen authored
      * define data pipelines
      
      * update two config files
      
      * minor fix for config files
      
      * allow img_scale to be optional and update config
      
      * add some docstrings
      
      * add extra aug to transform
      
      * bug fix for mask resizing
      
      * fix cropping
      
      * add faster rcnn example
      
      * fix imports
      
      * fix robustness testing
      
      * add img_norm_cfg to img_meta
      
      * fix the inference api with the new data pipeline
      
      * fix proposal loading
      
      * delete args of DefaultFormatBundle
      
      * add more configs
      
      * update configs
      
      * bug fix
      
      * add a brief doc
      
      * update gt_labels in RandomCrop
      
      * fix key error for new apis
      
      * bug fix for masks of crowd bboxes
      
      * add argument data_root
      
      * minor fix
      
      * update new hrnet configs
      
      * update docs
      
      * rename MultiscaleFlipAug to MultiScaleFlipAug
      
      * add __repr__ for all transforms
      
      * move DATA_PIPELINE.md to docs/
      
      * fix image url
      0d5233a3
  6. 31 Jul, 2019 1 commit
  7. 25 Jul, 2019 1 commit
  8. 15 Jul, 2019 1 commit
  9. 04 Jul, 2019 1 commit
  10. 28 Jun, 2019 1 commit
    • Cao Yuhang's avatar
      Support FP16 training (#520) · e7466395
      Cao Yuhang authored
      * add fp16 support
      
      * fpn donot need bn normalize
      
      * refactor wrapped bn
      
      * fix bug of retinanet
      
      * add fp16 ssd300 voc, cascade r50, cascade mask r50
      
      * fix bug in cascade rcnn testing
      
      * add support to fix bn training
      
      * add fix bn cfg
      
      * delete fixbn cfg, mv fixbn fp16 to a new branch
      
      * fix cascade mask fp16 bug in test
      
      * fix bug in cascade mask rcnn fp16 test
      
      * add more fp16 cfgs
      
      * add fp16 fast-r50 and faster-dconv-r50
      
      * add fp16 test, minor fix
      
      * clean code
      
      * fix config work_dir name
      
      * add patch func, refactor code
      
      * fix format
      
      * clean code
      
      * move convert rois to single_level_extractor
      
      * fix bug for cascade mask, the seg mask is ndarray
      
      * refactor code, add two decorator force_fp32 and auto_fp16
      
      * add fp16_enable attribute
      
      * add more comment, fix format and test assertion
      
      * fix pep8 format error
      
      * format commont and api
      
      * rename distribute to distributed, fix dict copy
      
      * rename function name
      
      * move function, add comment
      
      * remove unused parameter
      
      * mv decorators into decorators.py, hook related functions to hook
      
      * add auto_fp16 to forward of semantic head
      
      * add auto_fp16 to all heads and fpn
      
      * add docstrings and minor bug fix
      
      * simple refactoring
      
      * bug fix for patching forward method
      
      * roi extractor in fp32 mode
      
      * fix flake8 error
      
      * fix ci error
      
      * add fp16 support to ga head
      
      * remove parallel test assert
      
      * minor fix
      
      * add comment in build_optimizer
      
      * fix typo in comment
      
      * fix typo enable --> enabling
      
      * udpate README
      e7466395
  11. 17 Jun, 2019 1 commit
  12. 11 Jun, 2019 1 commit
  13. 03 Jun, 2019 1 commit
  14. 20 May, 2019 1 commit
  15. 17 May, 2019 1 commit
  16. 11 May, 2019 1 commit
  17. 25 Dec, 2018 1 commit
  18. 22 Dec, 2018 1 commit
  19. 11 Dec, 2018 1 commit
  20. 26 Nov, 2018 1 commit
  21. 10 Oct, 2018 5 commits
  22. 08 Oct, 2018 2 commits
  23. 07 Oct, 2018 1 commit
  24. 04 Oct, 2018 1 commit
  25. 26 Sep, 2018 2 commits
  26. 23 Sep, 2018 1 commit
  27. 12 Sep, 2018 1 commit