deep-person-reid/torchreid/utils
Helmut Grohne 42185c4beb FeatureExtractor: avoid loading weights twice
When passing a model_path to the FeatureExtractor, weights are loaded twice.
One the pretrained once and then the given ones. Avoid the unnecessary load.
2022-01-19 09:25:20 +01:00
..
GPU-Re-Ranking v1.3.6: added University-1652 2021-02-14 11:25:24 +08:00
__init__.py 1.2.1: add simple API for feature extraction 2020-05-04 12:35:45 +01:00
avgmeter.py make engine more model-agnostic 2020-04-16 12:46:15 +01:00
feature_extractor.py FeatureExtractor: avoid loading weights twice 2022-01-19 09:25:20 +01:00
loggers.py linting and formatting code 2019-12-02 14:34:59 +00:00
model_complexity.py linting code 2020-05-05 15:58:00 +01:00
reidtools.py 1.3.3: fixed bug in visrank (forgot unpacking dsetid) 2020-08-18 22:17:35 +01:00
rerank.py linting code 2020-05-05 15:58:00 +01:00
tools.py add parse_test_res.py 2021-04-28 16:49:35 +08:00
torchtools.py fpath = osp.abspath(osp.expanduser(fpath)) 2021-08-11 16:50:56 +08:00