liaoxingyu
69e4ba901e
update acknowledgement in deploy
2020-06-02 18:12:57 +08:00
liaoxingyu
2f6d999469
add pytorch to caffe converting
...
Summary: update deployment README and support pytorch to caffe converting for basemodel
2020-06-02 18:11:02 +08:00
liaoxingyu
6ed6d25c6c
Merge branch 'master' of github.com:L1aoXingyu/fast-reid
2020-06-02 10:19:25 +08:00
liaoxingyu
a9e3ffa257
update readme and install
2020-06-02 10:19:20 +08:00
Xingyu Liao
7064ce1d83
Update PartialReID README.md
...
Reviewed by: l1aoxingyu
2020-06-01 10:45:14 +08:00
Lingxiao He
29f318c609
Update README.md
...
Update the details of datasets
2020-06-01 10:42:33 +08:00
liaoxingyu
9c09a424c4
update zhihu article url in readme
2020-05-31 23:32:49 +08:00
liaoxingyu
85672b1e75
add circle & arcface layer info
...
Summary: show num_features and num_classes in circle & arcface layer, like nn.Linear
2020-05-31 15:50:56 +08:00
liaoxingyu
e2761f7581
fix style in comm dataset
2020-05-30 16:56:08 +08:00
liaoxingyu
c036ac5bdd
update reduction head
2020-05-30 16:50:02 +08:00
liaoxingyu
449ec7e701
Merge branch 'master' of github.com:L1aoXingyu/fast-reid
2020-05-30 16:44:24 +08:00
liaoxingyu
36c04f0a9f
fix resume training problem
...
Summary: when resume training, need to reiter dataloader because we update pid_dict in dataset, but dataloader with multiprocess won't do the same update
2020-05-30 16:44:18 +08:00
Xingyu Liao
852f633153
update vehicle result
...
Summary: update vehicle training config and model zoo result
Reviewed by: l1aoxingyu
2020-05-29 18:59:42 +08:00
Jinkai Zheng
e08f51079a
Update vehicle MODEL_ZOO.md
2020-05-29 18:51:02 +08:00
liaoxingyu
8f48d565b1
rename cross-domain-reid project
2020-05-29 17:55:42 +08:00
Jinkai Zheng
5fb5e771e9
Add vehicle configs
2020-05-29 16:06:04 +08:00
Xingyu Liao
696bc0dc5d
update LICENSE
2020-05-29 13:02:55 +08:00
Xingyu Liao
0631ef0359
update copyright
2020-05-29 13:01:08 +08:00
liaoxingyu
0b1137edb0
update proejcts readme
2020-05-29 11:19:22 +08:00
liaoxingyu
28b6dd2a94
add license in readme
2020-05-29 10:33:21 +08:00
liaoxingyu
3b4abe7ae6
add license
2020-05-29 10:26:14 +08:00
liaoxingyu
06f22b9674
update model config url
2020-05-29 10:10:43 +08:00
liaoxingyu
8cbc1ed83f
update readme and instruction
2020-05-28 20:01:20 +08:00
liaoxingyu
5528d17ace
refactor code
...
Summary: change code style and refactor code, add avgmax pooling layer in gem_pool
2020-05-28 13:49:39 +08:00
liaoxingyu
d63a3ce47c
update partialreid code
...
Summary: update partialreid training config and code
2020-05-28 11:14:13 +08:00
liaoxingyu
cd69ba6ffb
update augmix augments
...
Summary: replace augmix augmentations for adapting reid
2020-05-27 22:56:31 +08:00
liaoxingyu
5120f77230
Merge branch 'master' of github.com:L1aoXingyu/fast-reid
2020-05-27 22:54:45 +08:00
liaoxingyu
9bef814155
update visulize logger
2020-05-27 22:53:27 +08:00
Xingyu Liao
adbc8185db
update cross-domain results
...
Reviewed by: l1aoxingyu
2020-05-27 22:44:50 +08:00
liaoxingyu
fbbd76b21f
update readme in DSR
2020-05-27 22:43:20 +08:00
liaoxingyu
2e09f424a5
fix typro
...
Summary: fix typro in HAA
2020-05-27 22:41:12 +08:00
liaoxingyu
90b0140497
update DSR projects
...
Summary: update DSR README and experiment results
2020-05-27 22:39:21 +08:00
zkcys001
4f03f384d3
Upload Readme in cross-domain person re-ID
2020-05-27 22:35:17 +08:00
Xingyu Liao
66a24d2cbe
add HAA projects README
...
Reviewed by: l1aoxingyu
2020-05-27 22:32:20 +08:00
xbq1994
11f388781c
Create Readme.md
2020-05-27 22:27:33 +08:00
Xingyu Liao
41f7bb772a
update veri result
...
Reviewed By: l1aoxingyu
2020-05-27 13:22:06 +08:00
Jinkai Zheng
e0d29324db
Update VeRi's results
...
Update VeRi's results
2020-05-27 13:05:15 +08:00
liaoxingyu
a1cb123cfa
fix R101 bottleneck missing problem
...
Summary: add key 101 in block dict to support R101
2020-05-26 14:48:32 +08:00
liaoxingyu
d4b71de3aa
switch between soft and hard margin when inf
...
Summary: Add a mechnism to automatic switch triplet loss with soft margin to hard margin when loss becomes inf.
2020-05-26 14:36:33 +08:00
liaoxingyu
5982f90920
support loading various pretrained weights
...
Summary: Support loading pretrained model by custom path. With this function, we can load infoMin weights.
2020-05-26 14:33:18 +08:00
liaoxingyu
5d4758125d
support ResNet34 backbone
...
Summary: add BasicBlock to support ResNet34
2020-05-26 13:18:09 +08:00
liaoxingyu
84c733fa85
fix: remove prefetcher, put normalizer in model
...
1. remove messy data prefetcher which will cause confusion
2. put normliazer in model to accelerate training via GPU computing
2020-05-25 23:39:11 +08:00
Xingyu Liao
72cebec08f
Merge pull request #61 from JinkaiZheng/patch-3
...
add 10-fold cross-validation result in VehicleID
2020-05-25 16:44:47 +08:00
Jinkai Zheng
0f9e29224e
Change VehilcleID results
...
Replace VehicleID results with those under 10-fold cross-validation.
2020-05-25 16:36:08 +08:00
liaoxingyu
8458bece5e
Merge branch 'master' of github.com:L1aoXingyu/fast-reid
2020-05-23 10:42:31 +08:00
liaoxingyu
1eea244afb
chore(model_zoo): update mgn metrics
2020-05-23 10:42:24 +08:00
liaoxingyu
94c86579a3
fix(heads): fix bug in reduce head
...
add neck_feat from config, add inplace in leakyrelu for memory save
2020-05-23 10:41:13 +08:00
Xingyu Liao
e7b2675606
Merge pull request #60 from JinkaiZheng/update VehicleID's results
2020-05-22 13:49:35 +08:00
Jinkai Zheng
b6547635a9
Fix VehicleID's results and update VeRi's results
...
Fix VehicleID's results and update VeRi's results
2020-05-22 13:43:34 +08:00
liaoxingyu
c21de64166
fix: add linear initial method
2020-05-21 23:59:51 +08:00