KaiyangZhou
|
5cd0776eb5
|
rm center loss & ring loss
|
2019-03-09 12:45:33 +00:00 |
KaiyangZhou
|
5854a156b6
|
update readme
|
2019-03-08 23:25:11 +00:00 |
KaiyangZhou
|
9de1e8ebad
|
update readme
|
2019-03-08 23:23:19 +00:00 |
KaiyangZhou
|
25c64fdd9a
|
handle UnicodeDecodeError when using python3
|
2019-03-08 22:27:11 +00:00 |
KaiyangZhou
|
dc99054af5
|
compute mAP for cuhk03 old split with multi-gallery-shot
|
2019-03-07 09:42:06 +00:00 |
KaiyangZhou
|
c0af242205
|
update readme
|
2019-03-05 14:53:23 +00:00 |
KaiyangZhou
|
7ff331f871
|
update mobilenetv2; add imagenet/reid weights
|
2019-03-05 10:56:39 +00:00 |
Kaiyang
|
eb680de371
|
Merge pull request #119 from Yu-Wu/master
Update AWESOME_REID.md
|
2019-03-02 13:27:39 +00:00 |
Yu-Wu
|
5a58f80355
|
Update AWESOME_REID.md
Add one missing AAAI 2019 paper.
|
2019-03-02 18:32:47 +08:00 |
KaiyangZhou
|
9b1c131e9e
|
update readme & dataset description
|
2019-02-27 11:20:50 +00:00 |
KaiyangZhou
|
3fe5cb118c
|
polish function name
|
2019-02-27 09:57:48 +00:00 |
KaiyangZhou
|
83b9b38280
|
update ilids and prid
|
2019-02-27 09:31:12 +00:00 |
KaiyangZhou
|
4078f18aff
|
update print msg
|
2019-02-20 22:28:30 +00:00 |
KaiyangZhou
|
5f971cc03a
|
correct print
|
2019-02-20 22:22:46 +00:00 |
KaiyangZhou
|
c427e88658
|
rank={:.1%}
|
2019-02-20 22:20:36 +00:00 |
KaiyangZhou
|
d8cfa82594
|
add print to save_ckpt
|
2019-02-20 22:17:47 +00:00 |
KaiyangZhou
|
19e03d4097
|
add remove_module_from_keys option to save_ckpt
|
2019-02-20 22:13:26 +00:00 |
KaiyangZhou
|
2fb120ecbc
|
add warnings
|
2019-02-20 21:57:25 +00:00 |
KaiyangZhou
|
d56e216068
|
bug fix
|
2019-02-20 21:57:09 +00:00 |
KaiyangZhou
|
cd5dfd62a1
|
wrap resume; save optimizer in ckpt
|
2019-02-20 21:52:43 +00:00 |
KaiyangZhou
|
74a2377ab7
|
add resume_from_ckpt
|
2019-02-20 21:51:49 +00:00 |
KaiyangZhou
|
ae54ca0f6b
|
mv save_ckpt to torchtools
|
2019-02-20 21:51:24 +00:00 |
KaiyangZhou
|
26a9400609
|
change double quotes to single quote in print
|
2019-02-20 21:50:47 +00:00 |
kaiyangzhou
|
356a677cd3
|
mv basic args to base-manager
|
2019-02-19 15:48:10 +00:00 |
kaiyangzhou
|
1cdb312007
|
add --color-jitter & --color-aug
|
2019-02-19 15:44:56 +00:00 |
kaiyangzhou
|
fac7afade4
|
add --no-pretrained
|
2019-02-19 11:16:48 +00:00 |
kaiyangzhou
|
859b03cf19
|
set pretrained=True instead of pretrained="imagenet"
|
2019-02-19 11:10:45 +00:00 |
KaiyangZhou
|
5803b7138e
|
fix enumbering problem
|
2019-02-11 16:49:27 +00:00 |
KaiyangZhou
|
2a5a951666
|
wrap lr_scheduler
|
2019-02-08 11:44:12 +00:00 |
KaiyangZhou
|
8bd52828a3
|
update model_zoo
|
2019-02-06 14:39:42 +00:00 |
kaiyangzhou
|
32e4d36293
|
rm --htri-only and print Xent and Htri losses separately
|
2019-02-05 16:52:29 +00:00 |
KaiyangZhou
|
4ccdc324e4
|
update .gitignore
|
2019-02-04 11:11:46 +00:00 |
KaiyangZhou
|
2a22327ea9
|
update readme
|
2019-02-03 14:21:00 +00:00 |
KaiyangZhou
|
3d67488edd
|
support staged_lr
|
2019-02-03 14:04:10 +00:00 |
KaiyangZhou
|
cf5b9a3ba5
|
update comments
|
2019-02-03 14:03:48 +00:00 |
KaiyangZhou
|
7076f1a750
|
update args.py
|
2019-02-03 14:03:22 +00:00 |
KaiyangZhou
|
bac2ce5662
|
add random erasing
|
2019-02-03 14:03:06 +00:00 |
KaiyangZhou
|
9c159569fd
|
update author info
|
2019-02-03 14:01:26 +00:00 |
KaiyangZhou
|
043c820d01
|
ignore "module." when saving/loading weights
|
2019-02-02 14:20:56 +00:00 |
KaiyangZhou
|
207682f1be
|
load model weights before init optim
|
2019-02-01 22:44:34 +00:00 |
KaiyangZhou
|
760d68ebd1
|
bug fix
|
2019-02-01 22:43:47 +00:00 |
KaiyangZhou
|
6891a6424a
|
mv model.cuda() before init_optim()
|
2019-02-01 22:30:41 +00:00 |
KaiyangZhou
|
2cb1031942
|
add load_pretrained_weights() to torchtools
|
2019-02-01 13:10:23 +00:00 |
KaiyangZhou
|
800df43fee
|
check if output is list
|
2019-02-01 00:50:28 +00:00 |
KaiyangZhou
|
564f5a26ab
|
update print
|
2019-01-30 22:41:47 +00:00 |
KaiyangZhou
|
463bfcffbc
|
update readme
|
2019-01-30 22:41:29 +00:00 |
KaiyangZhou
|
b2c06364a3
|
unify sampler
|
2019-01-28 18:50:09 +00:00 |
KaiyangZhou
|
daf184608c
|
add self.
|
2019-01-28 17:29:22 +00:00 |
KaiyangZhou
|
f045778602
|
add accuracy
|
2019-01-27 23:15:38 +00:00 |
KaiyangZhou
|
cf5b5127dc
|
add aaai19's works
|
2019-01-25 20:41:11 +00:00 |