Skip to content
Snippets Groups Projects
  1. Mar 15, 2021
  2. Feb 07, 2021
    • ZhangShilong's avatar
      Add xml dataset check (#4555) · bb64e5af
      ZhangShilong authored
      * add a abvious import
      
      * add a assert for CLASSES in XMLDataset
      
      * change to get
      
      * add voc tiny dataset
      
      * add tiny voc
      
      * add voc init test
      
      * change to smalle iamge
      
      * add xmlsubclass check
      
      * add smaller image
      
      * add comment for assert
      Unverified
      bb64e5af
  3. Sep 30, 2020
  4. Jul 04, 2020
  5. Jun 27, 2020
    • Jerry Jiarui XU's avatar
      Add doc string for datasets (#3130) · 792273be
      Jerry Jiarui XU authored
      * add docstring for pipelines
      
      * add docs string for transform pipeline
      
      * add dataset docs
      
      * resovle comments
      
      * refactor table
      
      * resovle comments
      
      * delete __repr__
      
      * resolve comments
      
      * minor update
      
      * update readme
      
      * minor update
      
      * rename api
      Unverified
      792273be
  6. May 21, 2020
  7. May 01, 2020
  8. Apr 27, 2020
  9. Apr 25, 2020
  10. Apr 23, 2020
    • Jerry Jiarui XU's avatar
      Use mmcv Registry (#2511) · 4cfc0a95
      Jerry Jiarui XU authored
      * use mmcv Registry instead of mmdet
      
      * merged registry and builder
      
      * merge dataset builder registry
      
      * remove circulate import in bbox
      
      * rename registry to builder
      Unverified
      4cfc0a95
  11. Apr 12, 2020
    • Wenwei Zhang's avatar
      Support to train subsets of coco dataset (#2340) · fbdb4889
      Wenwei Zhang authored
      * support to train subsets of coco dataset
      
      * add template config
      
      * Add docstrings
      
      * Refactor (classes): modity API to be consistent with PR 2408
      
      * Add support for buildin datasets
      
      * Merge V2.0 and pass all unittest
      
      * Fix (template configs)
      
      * Refactor (subset): change function names
      
      * Refactor (custom_classes): add subset check
      
      * Filter instance during training by self.CLASSES
      
      * Fix comments
      
      * Raise error when classes is in unsupport type
      
      * Refactor: put call of get_subset_by_classes in custom.py
      
      * Modify test_dataset to pass CI
      
      * Fix custom_classes bug
      
      * rename clean_data_infos to subset_data_infos
      Unverified
      fbdb4889
  12. Apr 11, 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. Jul 04, 2019
  17. Jun 19, 2019
  18. Dec 12, 2018
  19. Dec 11, 2018
Loading