Skip to content
Snippets Groups Projects
  1. Jan 27, 2021
  2. Jan 02, 2021
  3. Nov 26, 2020
    • Jerry Jiarui XU's avatar
      [Feature] Best ckpt hook (#3773) · 105c352f
      Jerry Jiarui XU authored
      * [Feature] Add best ckp hook
      
      * update docstring
      
      * Fixed evaluate
      
      * make key_indicator default None
      
      * add test, and OrderDict
      
      * add test fot best checkpoint hook
      
      * delete comments
      
      * add more info
      
      * fixed eval metric
      
      * remove key_indicator
      
      * update doc
      
      * fixed test.py/eval_metric.py
      
      * fixed dist
      
      * compatible with mmcv
      
      * more test
      
      * revert voc0712
      Unverified
      105c352f
  4. Nov 14, 2020
  5. Aug 23, 2020
    • Wang Xinjiang's avatar
      Add init_eval to evaluation hook (#3550) · 4b6ff75b
      Wang Xinjiang authored
      * Add init_eval to evaluation hook
      
      * Add start to eval hook
      
      * fix docstring
      
      * fix docstring
      
      * Support tmpdir in DistEvalHook.
      
      * change according to comments
      
      * Resolve comments
      
      * Resolve comments and add unittest
      
      * Simplify the code
      
      * Deal with negative start number.
      
      * small change
      Unverified
      4b6ff75b
  6. Aug 20, 2020
  7. Jul 04, 2020
  8. Jun 11, 2020
  9. May 10, 2020
  10. May 05, 2020
  11. Apr 29, 2020
  12. Apr 25, 2020
  13. Apr 08, 2020
    • Wenwei Zhang's avatar
      Refactor category orders in heads (#2374) · 70eedbd3
      Wenwei Zhang authored
      
      * Refactor (all): all category -1 in anchor/bbox head and anchor/bbox target assign
      
      * Fix (datasets): remove label + 1 in datasets
      
      * Fix (bbox_head): fix bug of fc_cls that forget + 1
      
      * Fix (atss_head & free_anchor): fix cat -1 bugs
      
      * Fix (mask_head): remove label + 1 in mask heads
      
      * fix atss
      
      * Fix (rpn): fix cross_entropy_loss bug of RPN
      
      * Fix (anchor_head): fix typo
      
      * Refactor (anchor_head): use background_label rather than num_classes to indicate background class
      
      * Refactor (docstring): add and reformat docstrings
      
      * fix mask iou head
      
      * Fix (mask_head): fix cat -1 bug
      
      * Fix (mask_head): fix bug in mask inference
      
      * Add (tests): add tests for mask rcnn and mask heads
      
      * Refactor (unittest): refactor test_forward
      
      * Refactor (new_empty): use new_full rather than new_empty
      
      * Refactor (background_label): check background_label
      
      * Add TODO
      
      * Refactor (unittest): allow BP in unittest
      
      Co-authored-by: default avatarCao Yuhang <yhcao6@gmail.com>
      Unverified
      70eedbd3
  14. Apr 06, 2020
    • Wenwei Zhang's avatar
      Change V2.0 coors (#2380) · 7ed8d51e
      Wenwei Zhang authored
      * Refactor (all): change coordinate system
      
      * Fix (mask_head): fix cat -1 bug in mask_paste
      
      * Fix (unittest)
      : modify unittest and pass CI
      
      * reformat to pass CI
      
      * Fix round coordinates bugs
      
      * clean file
      
      * Fix (test): use cpu version of aligned roi_align in tests
      
      * Refactor (mask): clean np.stack
      
      * Refactor (head): reformat code and fix missing -1
      
      * Reformat: reformat and add doc strings
      
      * Refactor (mask_head): more clea docstring
      Unverified
      7ed8d51e
  15. Apr 01, 2020
  16. Mar 07, 2020
  17. Mar 01, 2020
    • Jerry Jiarui XU's avatar
      reimplement cityscapes (#2089) · e27046d8
      Jerry Jiarui XU authored
      * reimplement cityscapes
      
      * fixed gt bbox mode
      
      * convert cityscapes to coco style, add cityscapes eval
      
      * add cityscapes convert script
      
      * add doc
      
      * Update INSTALL.md
      
      * Update INSTALL.md
      
      * update fater rcnn
      
      * fix cityscapes eval
      
      * support format only in cityscapes
      
      * add docs
      
      * remove redundancy
      
      * resolve eval
      
      * update cityscapes md
      
      * more doc and rename
      
      * update doc and cfg
      
      * change to test set
      Unverified
      e27046d8
  18. Feb 19, 2020
  19. Feb 11, 2020
  20. 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
      Unverified
      93bed07b
  21. Dec 31, 2019
  22. Nov 22, 2019
  23. Nov 05, 2019
  24. 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
  25. Sep 25, 2019
    • Raymond Tunstill (Kirk)'s avatar
      Fixed coco_eval bug where seg length check could be wrong (#1376) (#1384) · 78783368
      Raymond Tunstill (Kirk) authored
      * Fixed coco_eval bug where seg length check could be wrong (#1376)
      
      * Added check for segm counts field to check if the decode method is present
      
      * Changed classes length check to more general check
      
      * Fixed coco_utils.py to be more robust condition for mask lasbelling
      
      * Added seg length check to ensure two objects exist
      
      * Added type check over len check
      
      * Check for only tuple
      78783368
  26. Sep 10, 2019
  27. 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
      Unverified
      0d5233a3
  28. Jul 31, 2019
  29. Jul 29, 2019
  30. Jul 27, 2019
    • Claudio Michaelis's avatar
      Add cityscapes dataset (#1037) · 1c28e669
      Claudio Michaelis authored
      * added cityscapes
      
      * updated configs
      
      * removed wip configs
      
      * Add initial dataset instructions
      
      * Add cityscapes readme
      
      * Add explanation for lr scaling
      
      * Ensure pep8 conformity
      
      * Add CityscapesDataset to the registry
      
      * add benchmark
      
      * rename config, modify README.md
      
      * fix typo
      
      * fix typo in config
      
      * modify INSTALL.md
      
      Update information how to arrange cityscapes data.
      
      * Add cityscapes class names
      1c28e669
  31. Jul 26, 2019
  32. Jul 25, 2019
  33. Jun 22, 2019
  34. Jun 19, 2019
  35. Jun 17, 2019
  36. May 20, 2019
  37. Apr 11, 2019
Loading