Commit Graph

10 Commits (f83ff59c974c67a6bdadb562af59c7ea3c597ff9)

Author SHA1 Message Date
gaotingquan 19840cb046 refactor: to be pythonic 2022-09-28 20:01:48 +08:00
gaotingquan e823f17853 feat: support training image orientation model
add the config of orientation model
add the preprocess op RandomRot90 that can rotate the img and return the orientation
add the CustomLabelDataset that support getting label by preprocess
refactor some preprocess ops to support dict parameter and return dict
2022-09-28 20:01:48 +08:00
Walter bd524e8a88
Merge pull request #1819 from weisy11/reid
复现reid-strong-baseline
2022-05-06 12:05:07 +08:00
gaotingquan 0ba524d26b update: add reference 2022-05-05 21:37:37 +08:00
HydrogenSulfate 16f910b451 add m1 and baseline config 2022-05-05 19:55:08 +08:00
gaotingquan 1f8cfbd69d fix: fix augmentation
Fix RandomErasing, RandAugment to be consistent with Timm and compatible with earlier PaddleClas.
Add ColorJitter implemented by PaddleVision and TimmAutoAugment borrowed from Timm Lib.
2021-09-17 11:00:00 +00:00
cuicheng01 fdff2de329
fix random_erasing bug (#1160) 2021-08-21 17:49:49 +08:00
littletomatodonkey c01ddee14b
fix distillation and augment yaml (#851) 2021-06-16 16:36:22 +08:00
Felix 89a4c43187
Update random_erasing.py 2021-05-31 15:59:53 +08:00
Felix 1d9c5710cc
Add files via upload 2021-05-31 12:57:18 +08:00