OpenMMLab Foundational Library for Training Deep Learning Models
 
 
Go to file
Mashiro 2fdca03f19
[Enhancement] Support get sub dataset and rename method and variable. (#145)
* 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
2022-04-01 14:51:11 +08:00
.circleci Add circleci (#157) 2022-04-01 13:07:29 +08:00
.github fix mmdet->mmengine in build.yml (#104) 2022-03-07 18:12:15 +08:00
docs [Refactor] Refactor default_scope in Registry. (#158) 2022-04-01 09:13:55 +08:00
mmengine [Enhancement] Support get sub dataset and rename method and variable. (#145) 2022-04-01 14:51:11 +08:00
requirements [Fix] add required lib for vis (#111) 2022-03-09 22:11:05 +08:00
tests [Enhancement] Support get sub dataset and rename method and variable. (#145) 2022-04-01 14:51:11 +08:00
.gitignore [Feature] Add distributed module (#59) 2022-03-05 22:03:32 +08:00
.pre-commit-config.yaml add config test (#10) 2022-02-17 17:46:06 +08:00
LICENSE
MANIFEST.in [Feature] Add checkpoint helper (#93) 2022-03-06 22:05:07 +08:00
README.md
pytest.ini Update pytest.ini (#156) 2022-03-30 23:26:12 +08:00
requirements.txt Fix setup.py and add requirements.txt (#37) 2022-02-19 13:43:36 +08:00
setup.cfg
setup.py [Fix] add required lib for vis (#111) 2022-03-09 22:11:05 +08:00

README.md

MMEngine