Skip to content
Snippets Groups Projects
  1. Mar 01, 2022
  2. Feb 27, 2022
  3. Feb 26, 2022
  4. Feb 25, 2022
  5. Feb 22, 2022
    • liukuikun's avatar
      [Feat]: Add abstract data structure (#29) · 9437ebea
      liukuikun authored
      * [WIP] abstract-data-structure
      
      * update docs
      
      * update
      
      * update BaseDataSample
      
      * fix comment and coverage 100%
      
      * update and add _set_field
      
      * update
      
      * split  into base_data_element and base_data_sample
      
      * update
      
      * update
      
      * update
      
      * fix typo
      9437ebea
    • Mashiro's avatar
      [Feature] add base dataset (#32) · ada6660c
      Mashiro authored
      
      * basedataset first commit
      
      * add base dataset
      
      * add dataset
      
      * add basedataset
      
      * Fix test dataset
      
      * Fix mypy and test
      
      * Fix mypy and test
      
      * remove unused code
      
      * Update mmengine/dataset/base_dataset.py
      
      Co-authored-by: default avatarZaida Zhou <58739961+zhouzaida@users.noreply.github.com>
      
      * Update mmengine/dataset/base_dataset.py
      
      Co-authored-by: default avatarZaida Zhou <58739961+zhouzaida@users.noreply.github.com>
      
      * add more corner cases in unittest
      
      * fix lint
      
      * Fix as comment
      
      * Fix lint
      
      * update unitest
      
      * Type hint Dick to dict
      
      * rename max_refetch
      
      * Fix as comment
      
      * Fix typo
      
      * Fix as comment
      
      * BaseDataset is no more an abstrac Class, change UT and docs
      
      * Fix as comment
      
      * Fix as comment and refactor type error
      
      * Add comment for full init
      
      * Fix as comment and modify dataset_wrapper
      
      * Fix as comment and modify dataset_wrapper
      
      * Fix as comment
      
      * Fix as comment
      
      * Fix as comment
      
      * Fix as comment
      
      * Fix as comment
      
      * Fix as comment
      
      * Fix as comment
      
      Co-authored-by: default avatarZaida Zhou <58739961+zhouzaida@users.noreply.github.com>
      Co-authored-by: default avatarTao Gong <gongtao950513@gmail.com>
      ada6660c
  6. Feb 21, 2022
  7. Feb 19, 2022
  8. Feb 17, 2022
  9. Feb 16, 2022
  10. Feb 15, 2022
    • Zaida Zhou's avatar
      [Refactor] Move fileio directory from utils (#23) · 166ca023
      Zaida Zhou authored
      * move fileio directory from utils
      
      * remove CephBackend from fileio and clear some deprecated docstring
      
      * fix format
      
      * fix a spellling error
      166ca023
    • Tao Gong's avatar
      Add unittest for BaseDataset (#15) · 100ede73
      Tao Gong authored
      * tmp commit
      
      * add unittest for basedataset
      
      * fix lint
      
      * resolve all comments
      
      * update
      
      * update
      
      * update
      
      * update
      
      * update
      
      * update
      
      * update
      
      * resolve comments
      
      * resolve comments
      
      * update
      
      * resolve comments
      
      * resolve comments
      100ede73
    • Zaida Zhou's avatar
      Add the unittest of registry (#5) · 6ba7ac3a
      Zaida Zhou authored
      * Add the unittest of registry
      
      * improve the format
      
      * fix the test_repr
      
      * refactor the test_init
      
      * add the copyright for tests directory
      
      * add more unit tests
      
      * fix error
      
      * add unit tests for _search_child and _get_root_registry
      
      * build_from_cfg supports dict, ConfictDict and Config
      
      * improve docstring
      6ba7ac3a
Loading