KaiyangZhou
|
069356a6e4
|
update comment
|
2020-08-03 16:03:31 +01:00 |
KaiyangZhou
|
ad4d8d7c29
|
v1.2.6: add RandomDomainSampler
|
2020-08-01 11:52:55 +01:00 |
KaiyangZhou
|
b075bd3f4b
|
show lr of last group of params (typically new layers) as default
|
2020-06-23 18:17:10 +01:00 |
KaiyangZhou
|
3478e43148
|
upgrade to v1.2.5
|
2020-06-23 15:24:47 +01:00 |
KaiyangZhou
|
a5ee40744c
|
add k_tfm
|
2020-06-23 15:21:11 +01:00 |
KaiyangZhou
|
d18b3ad99a
|
v1.2.4
|
2020-06-23 14:07:54 +01:00 |
KaiyangZhou
|
aefe335d68
|
use dict as return of dataloader
|
2020-06-23 13:59:57 +01:00 |
KaiyangZhou
|
accb3e2146
|
change scipy.misc.imsave to imageio.imwrite
|
2020-06-17 22:15:39 +01:00 |
KaiyangZhou
|
6081989d7e
|
change fetch_qg() to fetch_test_loaders()
|
2020-05-05 16:45:22 +01:00 |
KaiyangZhou
|
86d97074e5
|
v1.2.3 (linting code)
|
2020-05-05 16:06:50 +01:00 |
KaiyangZhou
|
5ce43185b1
|
linting code
|
2020-05-05 15:58:00 +01:00 |
KaiyangZhou
|
d60ca7f224
|
minor changes
|
2020-05-05 12:48:58 +01:00 |
KaiyangZhou
|
cf091c31f1
|
v1.2.2
|
2020-05-05 12:44:08 +01:00 |
KaiyangZhou
|
89bf30bd14
|
update few names of class methods
|
2020-05-05 12:43:28 +01:00 |
KaiyangZhou
|
1708c008ad
|
add argument train_sampler_t (sampler for target train loader)
|
2020-05-05 11:14:08 +01:00 |
KaiyangZhou
|
8e5fc471a6
|
1.2.1: add simple API for feature extraction
|
2020-05-04 12:35:45 +01:00 |
KaiyangZhou
|
85c446ec97
|
renaming: loss_dict to loss_summary
|
2020-04-16 21:57:49 +01:00 |
KaiyangZhou
|
b184fba029
|
save as attribute the vars about steps
|
2020-04-16 21:41:01 +01:00 |
KaiyangZhou
|
b03488b475
|
upgrade to 1.2.0
|
2020-04-16 13:15:26 +01:00 |
KaiyangZhou
|
36e22e8ce1
|
make engine more model-agnostic
|
2020-04-16 12:46:15 +01:00 |
KaiyangZhou
|
99e719f16e
|
__version__=1.0.9
|
2019-12-10 10:49:17 +00:00 |
KaiyangZhou
|
469a038d01
|
add scheduler to resume_from_checkpoint
|
2019-12-10 10:44:45 +00:00 |
KaiyangZhou
|
4cc4adb54a
|
add space to make code clearer in transforms.py
|
2019-12-02 22:27:35 +00:00 |
KaiyangZhou
|
188b7f321f
|
fixed missing import in osnet
|
2019-12-02 22:24:24 +00:00 |
KaiyangZhou
|
08bb2cc5eb
|
linting and formatting code
|
2019-12-02 14:34:59 +00:00 |
KaiyangZhou
|
42eaccea71
|
linting and formatting code
|
2019-12-02 12:34:17 +00:00 |
KaiyangZhou
|
5c88e3664f
|
minor
|
2019-12-01 03:35:09 +00:00 |
KaiyangZhou
|
58e6841a33
|
update relative import
|
2019-12-01 03:31:32 +00:00 |
KaiyangZhou
|
ac7bd67484
|
import data, engine, etc. in torchreid/__init__.py
|
2019-12-01 02:39:29 +00:00 |
KaiyangZhou
|
6b8fe56638
|
linting and formatting code
|
2019-12-01 02:35:44 +00:00 |
KaiyangZhou
|
2095ee05c5
|
[1.0.8] load_unlabeled_targets -> load_train_targets
|
2019-11-27 21:20:04 +00:00 |
KaiyangZhou
|
7d8431cf49
|
bug fix for load_unlabeled_targets
|
2019-11-27 18:19:06 +00:00 |
KaiyangZhou
|
41b1e485ec
|
1.0.7
|
2019-11-27 17:20:48 +00:00 |
KaiyangZhou
|
7e71f72846
|
give self.writer as argument to engine.train()
|
2019-11-27 16:52:58 +00:00 |
KaiyangZhou
|
86012a4571
|
add compute_mean_std tool
|
2019-11-27 16:49:29 +00:00 |
KaiyangZhou
|
307e38e519
|
add use_unlabeled_targets
|
2019-11-27 16:35:54 +00:00 |
KaiyangZhou
|
5c9bac5e75
|
minor modification
|
2019-11-27 11:09:13 +00:00 |
KaiyangZhou
|
2689fc0c57
|
rm type-checking for self.model in engine.py
|
2019-11-24 13:42:46 +00:00 |
KaiyangZhou
|
53784903e3
|
add SequentialSampler
|
2019-11-24 13:40:54 +00:00 |
KaiyangZhou
|
aebb6033e0
|
add ibn-net
|
2019-11-10 21:31:28 +00:00 |
KaiyangZhou
|
45091f4f85
|
add __homepage__
|
2019-11-04 10:47:49 +00:00 |
Yao Lu
|
db00cf5fc3
|
Fix bugs about dataset of cuhk02.py
Fix bugs about dataset of cuhk02.py.
|
2019-10-29 10:58:39 +08:00 |
KaiyangZhou
|
cab4a342cc
|
v1.0.6
|
2019-10-23 17:20:34 +01:00 |
KaiyangZhou
|
a136384a6a
|
rm unused imports/variables; fixed minor bugs
|
2019-10-23 17:15:37 +01:00 |
kaiyangzhou
|
9397956920
|
update version number to 1.0.5
|
2019-10-22 23:06:25 +01:00 |
kaiyangzhou
|
edf0b73e21
|
add OSNet-AIN code
|
2019-10-22 22:48:53 +01:00 |
kaiyangzhou
|
fad38231c1
|
add radam optimizer
|
2019-10-22 22:47:08 +01:00 |
kaiyangzhou
|
894de59bff
|
add new ref to osnet.py
|
2019-10-22 22:46:30 +01:00 |
kaiyangzhou
|
1a5db72550
|
update annotation in RandomPatch
|
2019-10-22 22:45:48 +01:00 |
KaiyangZhou
|
17887c05fd
|
version=1.0.3
|
2019-10-04 12:15:32 +01:00 |