mirror of https://github.com/JDAI-CV/fast-reid.git
Add an option for lazy loading, which will parse the data when using it. Specifically, when calling `dataset.query`, it will start to parse the query data, and `train` and `gallery` will not be parsed in advanced. This is useful when you want to run on test dataset but train dataset is large. See examples in market1501.py |
||
---|---|---|
.. | ||
datasets | ||
samplers | ||
transforms | ||
__init__.py | ||
build.py | ||
common.py | ||
data_utils.py |