liaoxingyu
|
cd69ba6ffb
|
update augmix augments
Summary: replace augmix augmentations for adapting reid
|
2020-05-27 22:56:31 +08:00 |
liaoxingyu
|
9fae467adf
|
feat(engine/defaults): add DefaultPredictor to get image reid features
Add a new predictor interface, and modify demo code to predict image features.
|
2020-05-08 19:24:27 +08:00 |
liaoxingyu
|
9e3f2c1e7a
|
fix($data/transforms): change augmix augmentation pool
change augmentation_all from augmentation_reid in augmix
because we found AutoAugmentation using ImageNet Policy will not harm performance
|
2020-04-27 15:06:27 +08:00 |
liaoxingyu
|
a6bd0371e2
|
feat($data): add autoaugment
add auto augmentation support with ImageNet policy and CIFAR10 policy.
modify codes in transforms and config for adapting to this augmentation.
|
2020-04-27 11:41:12 +08:00 |
liaoxingyu
|
6a8961ce48
|
1. upload circle loss and arcface
2. finish freeze training
3. update augmix data augmentation
|
2020-04-05 23:54:26 +08:00 |
liaoxingyu
|
23bedfce12
|
update version0.2 code
|
2020-03-25 10:58:26 +08:00 |
L1aoXingyu
|
12957f66aa
|
Change architecture:
1. delete redundant preprocess
2. add data prefetcher to accelerate data loading
3. fix minor bug of triplet sampler when only one image for one id
|
2020-02-18 21:01:23 +08:00 |
L1aoXingyu
|
8a9c0ccfad
|
Finish first version for fastreid
|
2020-02-10 22:13:04 +08:00 |
L1aoXingyu
|
db6ed12b14
|
Update sampler code
|
2020-02-10 07:38:56 +08:00 |
liaoxingyu
|
b761b656f3
|
Finish basic training loop and evaluation results
|
2020-01-20 21:33:37 +08:00 |