1. 25 Dec, 2019 1 commit
  2. 24 Dec, 2019 1 commit
  3. 22 Dec, 2019 2 commits
  4. 14 Dec, 2019 1 commit
  5. 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
  6. 27 Nov, 2019 1 commit
  7. 25 Oct, 2019 1 commit
    • Wenwei Zhang's avatar
      Support to view AP for each class (#1549) · 1f3e2734
      Wenwei Zhang authored
      * also support to view ap
      
      * change string format
      
      * eval class_wise in coco_eval
      
      * reformat
      
      * class_wise API from detectron
      
      * reformat
      
      * change code source
      
      * reformat, use terminaltable
      1f3e2734
  8. 02 Oct, 2019 1 commit
  9. 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
  10. 22 Aug, 2019 2 commits
    • Dhananjai Sharma's avatar
      Fix for gt_ignore (#1242) · 71a22f8c
      Dhananjai Sharma authored
      If list gt_ignore was empty, it should become None after the following if statement: if not gt_ignore, which was not getting handled correctly. Changed gt_ignore = gt_ignore to gt_ignore = None.
      71a22f8c
    • Jiaqi Wang's avatar
      add coco analyze tool (#1228) · cf0ef86e
      Jiaqi Wang authored
      * add coco analyze tool
      
      * update
      
      * update
      
      * update
      
      * update
      
      * update
      cf0ef86e
  11. 12 Aug, 2019 1 commit
    • Kai Chen's avatar
      Add flops counter (#1127) · cda5fde6
      Kai Chen authored
      * add flops counter
      
      * minor fix
      
      * add forward_dummy() for most detectors
      
      * add documentation for some tools
      cda5fde6
  12. 09 Aug, 2019 2 commits
  13. 08 Aug, 2019 1 commit
  14. 07 Aug, 2019 1 commit
  15. 02 Aug, 2019 1 commit
  16. 31 Jul, 2019 1 commit
  17. 29 Jul, 2019 1 commit
  18. 25 Jul, 2019 2 commits
  19. 15 Jul, 2019 1 commit
  20. 04 Jul, 2019 1 commit
  21. 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
  22. 17 Jun, 2019 1 commit
  23. 11 Jun, 2019 1 commit
  24. 03 Jun, 2019 1 commit
  25. 29 May, 2019 1 commit
  26. 24 May, 2019 1 commit
  27. 20 May, 2019 1 commit
  28. 17 May, 2019 1 commit
  29. 15 May, 2019 1 commit
    • Cao Yuhang's avatar
      Add tool to analyze log (#648) · c2352d52
      Cao Yuhang authored
      * add tool to analyze log
      
      * minor fix
      
      * plot multi keys, use subparser, modify code
      
      * add two method add_plot_parser and add_time_parser, minor fix
      
      * minor fix
      
      * move add parser func outside main
      
      * move subparser.add inside add parser func
      c2352d52
  30. 11 May, 2019 1 commit
  31. 30 Apr, 2019 1 commit
  32. 28 Apr, 2019 1 commit
  33. 17 Apr, 2019 1 commit
  34. 27 Dec, 2018 1 commit
  35. 25 Dec, 2018 1 commit
  36. 22 Dec, 2018 1 commit