fast-reid/fastreid
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
..
config Support vision transformer backbone 2021-05-31 17:08:57 +08:00
data Support lazy loading in dataset 2021-06-17 16:59:02 +08:00
engine bugfix for cuda tensor to numpy 2021-06-17 16:05:45 +08:00
evaluation fix ReidEvalution too much memory cost 2021-06-08 15:41:43 +08:00
layers fix ReidEvalution too much memory cost 2021-06-08 15:41:43 +08:00
modeling add logger for pretrain model downloading 2021-06-08 15:57:47 +08:00
solver refactor freeze training condition 2021-06-02 15:55:35 +08:00
utils Support vision transformer backbone 2021-05-31 17:08:57 +08:00
__init__.py update fastreid v1.2 readme and changelog 2021-04-06 20:09:13 +08:00