Commit Graph

554 Commits (81fa81ad74aed7f12a2b78f068e9c796c723acea)
 

Author SHA1 Message Date
KaiyangZhou 81fa81ad74 rm sys.exit 2019-03-15 23:21:59 +00:00
KaiyangZhou 03d0674dcb comply woth PEP8 2019-03-15 23:17:38 +00:00
KaiyangZhou 983c9e51e5 add --combineall 2019-03-15 17:45:47 +00:00
KaiyangZhou 402e054110 rearrange order of functions 2019-03-15 16:20:47 +00:00
KaiyangZhou 3cbeab42c2 add init_attributes to BaseDataset 2019-03-15 16:11:25 +00:00
KaiyangZhou e2b1001165 polish code 2019-03-15 14:49:18 +00:00
KaiyangZhou 39fa787153 update description on cuhk03 2019-03-12 17:10:31 +00:00
KaiyangZhou ee31aa73c8 log_train.txt => train.log 2019-03-12 16:56:36 +00:00
KaiyangZhou 850da2bbed update path to pretrained weights of resnext 2019-03-12 16:46:49 +00:00
KaiyangZhou 6f3b057c1b add space between class and __init__ (trivial) 2019-03-09 12:53:23 +00:00
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