Commit Graph

63 Commits (d7f73dd8ed9f3a44d650c4d09d8a061bbb854de4)

Author SHA1 Message Date
dongshuilong 944763d7a5 add fixmatch 2022-10-25 12:04:22 +08:00
HydrogenSulfate 2cfd8dd828 add xbm 2022-10-17 15:45:45 +08:00
cuicheng01 c87db7b9e3 update blur code 2022-10-11 13:46:27 +00:00
cuicheng01 083205273d add clarity_assessment code 2022-09-29 06:25:22 +00:00
gaotingquan d670f2e497 rename config file ImageOrientation to PPLCNet_x1_0 2022-09-28 20:01:48 +08:00
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
zengshao0622 7b50ce6585 merge CAE 2022-09-08 08:11:25 +00:00
HydrogenSulfate 877c8c53be correct config yaml, pp_lcnetv2_variant.py and log in&out channels in pp_lcnet_v2.py 2022-08-24 07:25:30 +00:00
HydrogenSulfate 5a4874079d fix some bugs 2022-08-23 10:59:30 +00:00
HydrogenSulfate 1b5e00e82a add PP-ShiTuV2 code 2022-08-23 07:54:58 +00:00
Yang Nie 3248cc5819 update `DecodeImage` 2022-07-09 23:30:13 +08:00
Yang Nie 436f64ad84 Merge branch 'develop' into ConvNeXt 2022-07-09 21:50:31 +08:00
HydrogenSulfate 3b1247d069 fix bug in RandCropImageV2 2022-06-20 10:53:19 +08:00
littletomatodonkey def286bac8
add support for no dist (#1989) 2022-06-07 17:25:22 +08:00
Walter dcef409dde
Merge branch 'develop' into adaface 2022-05-27 14:19:03 +08:00
zhiboniu 699c10aaeb Merge remote-tracking branch 'ppcls/develop' into develop 2022-05-23 08:03:46 +00:00
dongshuilong 759fe41ccc modify face_dataset and ir_net name issue 2022-05-19 02:22:17 +00:00
zhiboniu 50900443f3 remove strongbaseline_attr, etc... 2022-05-18 04:54:43 +00:00
zhiboniu aa8f4c16d2 attr ma test ok 2022-05-18 04:54:43 +00:00
dongshuilong 32c99be6aa add adaface 2022-05-16 03:50:35 +00:00
cuicheng01 45b1296c25 Add cls_demo_person code 2022-05-14 09:31:52 +00:00
Yang Nie e61f392598 Merge branch 'develop' into ConvNeXt 2022-05-09 12:22:37 +08:00
flytocc b38240b86c add `pil` backend for DecodeImage 2022-05-09 11:51:59 +08:00
Walter bd524e8a88
Merge pull request #1819 from weisy11/reid
复现reid-strong-baseline
2022-05-06 12:05:07 +08:00
HydrogenSulfate 790815f430 refine code and docs 2022-05-05 22:14:07 +08:00
gaotingquan 0ba524d26b update: add reference 2022-05-05 21:37:37 +08:00
HydrogenSulfate 1c31010b14 refine code 2022-05-05 20:28:59 +08:00
HydrogenSulfate 16f910b451 add m1 and baseline config 2022-05-05 19:55:08 +08:00
HydrogenSulfate dfd7749828 refine hard code 2022-04-21 14:37:00 +08:00
flytocc 3f84dcb44e add random interpolation for UnifiedResize 2022-04-19 13:25:13 +08:00
dongshuilong 94cce6422f fix augmix bug 2021-12-08 07:53:33 +00:00
gaotingquan 7ebb0b8ab1 docs: add reference link 2021-11-08 06:36:02 +00:00
cuicheng01 08952deb88 update codes 2021-11-04 10:47:13 +00:00
gaotingquan ba2dd01a13 refactor: deprecate MixCELoss 2021-10-27 19:47:43 +08:00
gaotingquan 0dccfb917d fix: interpolation maybe be 0 2021-09-30 06:49:41 +00:00
gaotingquan de859b4a3d fix: compatible with opencv under version 4.4.0 2021-09-26 13:22:38 +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 9bc2041e74
Merge pull request #1228 from TingquanGao/dev/support_pil_resize
feat: support pil resize
2021-09-17 18:54:07 +08:00
gaotingquan 64c370008b feat: support pil resize
Support PIL resizse with PIL interpolation to train transformer.
Almost all vision transformer models need using PIL.Image.BICUBIC
as interpolation in resize.
2021-09-15 06:29:22 +00:00
gaotingquan b578662b32 perf: add OpSampler to support multiple ops 2021-09-08 12:53:48 +00:00
gaotingquan ae768d6aee feat: support to enable mixup and cutmix at same time 2021-08-25 11:35:11 +00:00
cuicheng01 fdff2de329
fix random_erasing bug (#1160) 2021-08-21 17:49:49 +08:00
littletomatodonkey 9d9cd3719e
add static training (#1037)
* add static training

* fix typo

* add se fp16

* rm note

* fix loader

* fix cfg
2021-07-15 10:30:07 +08:00
littletomatodonkey c01ddee14b
fix distillation and augment yaml (#851) 2021-06-16 16:36:22 +08:00
dongshuilong bba0cf8fdb add CompCars train 2021-06-02 20:04:24 +08:00
cuicheng01 d13cb22378 Add legendary_model's congigs and fix some trainer's bug 2021-06-01 17:24:21 +00:00
Felix bf8f2bef51
Update __init__.py 2021-05-31 16:00:32 +08:00
Felix 89a4c43187
Update random_erasing.py 2021-05-31 15:59:53 +08:00
Felix f2c0cee05c
Update randaugment.py 2021-05-31 15:59:08 +08:00