Skip to content
Snippets Groups Projects
  1. Apr 03, 2020
  2. Feb 10, 2020
  3. Feb 09, 2020
  4. Jan 31, 2020
    • Kai Chen's avatar
      Add logger utils (#2035) · 93bed07b
      Kai Chen authored
      * add logger utils
      
      * replace get_root_logger() and logger.info() with print_log()
      
      * fix a typo
      
      * minor fix for the format of StreamHandler
  5. Jan 02, 2020
  6. Dec 31, 2019
  7. Dec 25, 2019
  8. Dec 24, 2019
  9. Dec 22, 2019
  10. Dec 14, 2019
  11. Nov 29, 2019
    • 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
  12. Nov 27, 2019
  13. Oct 25, 2019
    • 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
  14. Oct 02, 2019
  15. Aug 23, 2019
    • 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
  16. Aug 22, 2019
    • 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
  17. Aug 12, 2019
  18. Aug 09, 2019
  19. Aug 08, 2019
  20. Aug 07, 2019
  21. Aug 02, 2019
    • clmich's avatar
      Add robustness benchmarking toolkit (#1021) · 4e387a69
      clmich authored
      * Add robust detection benchmark
      
      * Update readmes
      
      * Changed readmes for pull request
      
      * Ensure pep8 conformity
      
      * fixed formatting
      
      * Fix yapf errors
      
      * minor formatting
      
      * fix imports order
      4e387a69
  22. Jul 31, 2019
  23. Jul 29, 2019
  24. Jul 25, 2019
  25. Jul 15, 2019
  26. Jul 04, 2019
  27. Jun 28, 2019
    • 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
  28. Jun 17, 2019
  29. Jun 11, 2019
  30. Jun 03, 2019
  31. May 29, 2019
  32. May 24, 2019
  33. May 20, 2019
  34. May 17, 2019
  35. May 15, 2019
    • 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
  36. May 11, 2019
Loading