fast-reid/fastreid/data
liaoxingyu 10b04b75ff Support lazy loading in dataset
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
2021-06-17 16:59:02 +08:00
..
datasets Support lazy loading in dataset 2021-06-17 16:59:02 +08:00
samplers update imbalanced sampler 2021-04-21 17:05:10 +08:00
transforms Minor changes 2021-05-31 17:27:14 +08:00
__init__.py update docs 2021-01-22 21:11:19 +08:00
build.py update imbalanced sampler 2021-04-21 17:05:10 +08:00
common.py add saivt dataset 2020-12-22 15:47:08 +08:00
data_utils.py faster dataloader with pre-fetch and cuda stream (#456) 2021-04-12 15:03:35 +08:00