Commit Graph

225 Commits (c5884bb24f63d18488d773321b3b2785d2a69579)

Author SHA1 Message Date
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
Tingquan Gao 3c8f491092
Merge branch 'develop' into dev/multi-scale 2022-05-12 16:18:27 +08:00
gaotingquan f8150efeb6
fix: (h, w) -> (w, h) 2022-05-12 08:13:34 +00:00
Walter 353e050c21
Merge pull request #1910 from RainFrost1/dali_bug
修复dali环境变量bug
2022-05-11 17:20:13 +08:00
dongshuilong 11b0860a1b fix dali env bug 2022-05-11 03:06:55 +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
dongshuilong 7283598041 Merge branch 'develop' of https://github.com/PaddlePaddle/PaddleClas into adaface 2022-05-06 04:50:31 +00:00
dongshuilong bdc535bb39 add adaface 2022-05-06 04:50:26 +00: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 bc6e7f5cf5 update code 2022-04-22 15:26:05 +08:00
HydrogenSulfate dfd7749828 refine hard code 2022-04-21 14:37:00 +08:00
Wei Shengyu ae9860b4bc
Merge pull request #1854 from weisy11/update_delimiter
update delimiter of imagenet dataset and topk
2022-04-21 11:53:05 +08:00
weishengyu f6373eb239 dbg 2022-04-21 11:25:33 +08:00
weishengyu f834a22e71 update delimiter 2022-04-19 16:36:46 +08:00
flytocc 3f84dcb44e add random interpolation for UnifiedResize 2022-04-19 13:25:13 +08:00
zhangxinyu-xyz 12d1b5f9a9 Release the inference code of ISE (ReID-CVPR2022) 2022-04-18 13:23:47 +08:00
WangChen0902 7595ba6d70
add AFD (#1683)
* add AFD
2022-02-28 19:11:50 +08:00
sibo2rr b6cf278663 change MultiScaleSamplerDDP into MultiScaleSampler 2022-02-15 21:31:23 +08:00
sibo2rr fe9f519b22 modify according to review 2022-02-15 21:30:08 +08:00
sibo2rr f2dde17623 multi scale sampler and dataset 2022-02-15 21:25:25 +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 d3a1a1fc45 fix: fix type of label to int64 2021-10-28 17:22:39 +08: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
weishengyu c4d54dd0e0 remove trick code 2021-09-29 10:59:16 +08:00
weishengyu 41041092b5 add comment for pk sampler 2021-09-27 15:52:19 +08:00
weishengyu ee1bc18f3a dbg 2021-09-27 15:31:31 +08:00
cuicheng01 a90881c99f
Merge branch 'develop' into add_multilabel 2021-09-26 22:47:20 +08:00
weishengyu 8595d18945 update format 2021-09-26 16:07:05 +08:00
Wei Shengyu 2483b79c5d
Merge branch 'PaddlePaddle:develop' into develop 2021-09-26 15:48:45 +08:00
cuicheng01 af9aae730e add multilabel feature 2021-09-26 07:05:13 +00:00
weishengyu b84e4352b1 dbg 2021-09-26 14:28:12 +08:00
gaotingquan de859b4a3d fix: compatible with opencv under version 4.4.0 2021-09-26 13:22:38 +08:00
weishengyu 6529765a0b update pksampler 2021-09-23 19:35:35 +08:00
weishengyu 9e97569953 update sample method 2021-09-22 14:29:33 +08:00
weishengyu f6cfa0471c dbg 2021-09-18 11:13:54 +08:00
weishengyu 7830860bbf rm writer dataset and sampler 2021-09-18 11:11:48 +08:00
Wei Shengyu 6497727bbc
Merge branch 'PaddlePaddle:develop' into develop 2021-09-18 11:04:59 +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
cuicheng01 36aeefcf4c
Merge pull request #1064 from TingquanGao/dev/Support_enable_cutmix_mixup
support to enable mixup and cutmix at same time
2021-09-17 18:51:34 +08:00
weishengyu 0bdb16af8b add pk_sampler 2021-09-17 18:08:35 +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
weishengyu de298b1ba2 dbg 2021-09-04 22:07:55 +08:00
weishengyu 4dc175c966 add write_hard dataset and sampler 2021-09-04 18:47:08 +08:00
weishengyu b6144fb7cf add mix dataloader and mix sampler 2021-09-04 17:11:23 +08:00
dongshuilong 1a1eb3a1ae fix issues when gallery == query dataset 2021-08-27 06:25:27 +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
Walter 73004f78f5
add fp16 amp training and dali (#993)
* add dygraph amp train
2021-07-14 22:59:23 +08:00
weishengyu e4780174d1 decorate open by with 2021-07-07 14:30:45 +08:00
littletomatodonkey cbcda03a27
fix vehicle config (#861) 2021-06-16 19:55:06 +08:00
littletomatodonkey c01ddee14b
fix distillation and augment yaml (#851) 2021-06-16 16:36:22 +08:00
littletomatodonkey 2e6dfa4433
fix logger (#840)
* fix logger
* fix trainer for int64 on windows
2021-06-15 14:11:50 +08:00
Bin Lu e59c0efe11
Merge pull request #830 from Intsigstephon/develop_reg
retrieval metric speed up
2021-06-14 01:28:09 +08:00
littletomatodonkey 35437e2236 fix distillation model infer and export model 2021-06-13 05:01:56 +00:00
root 6dd45118c9 fix some eval bugs 2021-06-12 01:08:42 +00:00
Bin Lu 3ba4503994 Merge branch 'PaddlePaddle:develop_reg' into develop_reg 2021-06-12 08:46:00 +08:00
cuicheng01 57935dc4b6 fix img process bug 2021-06-11 10:25:28 +00:00
Bin Lu 3a2f97a911
Update icartoon_dataset.py 2021-06-11 10:19:58 +08:00
littletomatodonkey 63cf3ba4d1
fix imread (#824)
* fix imread

* rm unused decode

* rm decode
2021-06-10 21:13:38 +08:00
Bin Lu 485b7cd2b3
Update icartoon_dataset.py 2021-06-10 20:41:22 +08:00
littletomatodonkey edec759fa2 fix reader 2021-06-10 09:19:49 +00:00
Wei Shengyu f8c0beeb72
remove data/imaug (#805) 2021-06-10 16:57:48 +08:00
cuicheng01 d2e50c1e70
Update __init__.py 2021-06-10 16:46:57 +08:00
cuicheng01 fcc1b857d4 fix eval_interval bugs 2021-06-10 08:40:05 +00:00
littletomatodonkey 3b4f5f4dfc
add distillation and fix some apis (#810)
* fix save load and imagenet dataset
* refine trainer
2021-06-10 16:30:05 +08:00
Felix c13fe19643
Merge branch 'develop_reg' into patch-6 2021-06-07 15:51:12 +08:00
Felix c4a4f02f10
Create logo_dataset.py 2021-06-07 15:45:53 +08:00
Felix 819f44db91
Update __init__.py 2021-06-07 15:45:02 +08:00
Bin Lu 75b9b6d284
Update __init__.py 2021-06-07 15:42:30 +08:00
Bin Lu 429409954a
Create icartoon_dataset.py 2021-06-07 15:41:26 +08:00
dongshuilong 3ef9993026 fix ReID trainer bugs 2021-06-03 20:14:45 +08:00
dongshuilong c784209355 fix ReID trainer 2021-06-03 19:24:50 +08:00
weishengyu 587b2de58c dbg 2021-06-03 15:31:18 +08:00
weishengyu 582157f209 modify format and remove loss 2021-06-03 15:23:23 +08:00
weishengyu 51f0b78bd4 move flowers to root 2021-06-03 15:16:05 +08:00
weishengyu 65f0badf14 merge dataset and sampler -> dataloader 2021-06-03 15:14:05 +08:00
Wei Shengyu 96d1feb682
Merge pull request #773 from RainFrost1/develop_reg
Develop reg
2021-06-03 14:06:27 +08:00
dongshuilong bba0cf8fdb add CompCars train 2021-06-02 20:04:24 +08:00
cuicheng01 1e8a020f2b fix bug of image transforms 2021-06-02 10:57:38 +00:00
cuicheng01 d13cb22378 Add legendary_model's congigs and fix some trainer's bug 2021-06-01 17:24:21 +00:00
littletomatodonkey 0a0e34298b
add support for infer and export (#760)
* add support for infer

* add export model support

* fix yaml

* fix post process name

* fix topk name
2021-06-01 14:37:47 +08:00
Felix 46955a262d
Merge branch 'develop_reg' into develop_reg 2021-05-31 21:57:23 +08:00
Felix c9690673ca
Update multilabel_dataset.py 2021-05-31 16:49:54 +08:00
Felix 9c11ddca37
Update __init__.py 2021-05-31 16:47:57 +08:00
Felix b0708e6e9a
Update __init__.py 2021-05-31 16:40:45 +08:00
Felix 771449813c
Update DistributedRandomIdentitySampler.py 2021-05-31 16:01:39 +08: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