Skip to content
Snippets Groups Projects
  1. Apr 01, 2022
    • Mashiro's avatar
      [Enhancement] Support get sub dataset and rename method and variable. (#145) · 2fdca03f
      Mashiro authored
      * add get_subset method, add comment, rename variable
      
      * add unit test
      
      * Please mypy
      
      * Fix as comment, support negative index, and fix index access error
      
      * add and refine docstring, handle indices=0
      
      * handle indices=0
      
      * add empty list indices test
      
      * rename in_meta in docstring and comments to in_metainfo
      
      * clean meta nameing
      
      * Fix negative indices error
      
      * test empty list of get_subset
      
      * fix comments and docstring
      
      * add unit test
      
      * Fix as comment
      
      * Fix as comment
      
      * add docstring to mention wrapped dataset should not inherit from Basedataset
      
      * Fix wrapped dataset docstring
      
      * Fix wrapped dataset docstring
      
      * Fix method name, docstring, and comments
      
      * Fix comments
      
      * Fix comments
      
      * Fix comments
      2fdca03f
  2. Mar 31, 2022
  3. Mar 06, 2022
  4. Mar 05, 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 16, 2022
  8. 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
Loading