Commit Graph

190 Commits (3bd78eb1d37f42f2266c80a4aba9ee721953782f)

Author SHA1 Message Date
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
Felix f2c0cee05c
Update randaugment.py 2021-05-31 15:59:08 +08:00
Felix ea08c644bd
Update operators.py 2021-05-31 15:58:46 +08:00
Felix 289a6fc11a
Update hide_and_seek.py 2021-05-31 15:58:16 +08:00
Felix f958e2c05e
Update grid.py 2021-05-31 15:57:54 +08:00
Felix 2f84cc3809
Update functional.py 2021-05-31 15:56:42 +08:00
Felix 017d95caf2
Update fmix.py 2021-05-31 15:55:51 +08:00
Felix f15a478fc3
Update cutout.py 2021-05-31 15:55:28 +08:00
Felix 50f00e8486
Update autoaugment.py 2021-05-31 15:54:20 +08:00
Felix 6db0ae8af4
Update batch_operators.py 2021-05-31 15:53:54 +08:00
Felix d2630c3a31
Update multilabel_dataset.py 2021-05-31 15:52:33 +08:00
Felix 56b4d8b889
Update multilabel_dataset.py 2021-05-31 15:49:57 +08:00
Felix 15fd4414d1
Update multilabel_dataset.py 2021-05-31 15:49:19 +08:00
Felix fa8dbc7f18
Update imagenet_dataset.py 2021-05-31 15:46:54 +08:00
Felix f83f6f2db8
Create common_dataset.py 2021-05-31 15:43:57 +08:00
Felix dc49f54ef8
Update random_erasing.py 2021-05-31 13:14:07 +08:00
Felix d250a69ecd
Update randaugment.py 2021-05-31 13:13:39 +08:00
Felix 7dcdd61c76
Update operators.py 2021-05-31 13:13:20 +08:00
Felix 514e3afe76
Update hide_and_seek.py 2021-05-31 13:13:03 +08:00
Felix 20bfca7522
Update grid.py 2021-05-31 13:12:46 +08:00
Felix bad16c2570
Update fmix.py 2021-05-31 13:12:27 +08:00
Felix a92060196c
Update cutout.py 2021-05-31 13:12:07 +08:00
Felix d98311ea40
Update batch_operators.py 2021-05-31 13:11:50 +08:00
Felix a6144282a1
Update autoaugment.py 2021-05-31 13:11:31 +08:00
Felix edf49437c6
Update __init__.py 2021-05-31 13:11:10 +08:00
Felix 71d139fcb7
Update random_erasing.py 2021-05-31 13:10:39 +08:00
Felix 7dd79219ea
Update randaugment.py 2021-05-31 13:10:18 +08:00
Felix ebf1b92c23
Update operators.py 2021-05-31 13:09:06 +08:00
Felix fb484d14cc
Update hide_and_seek.py 2021-05-31 13:08:50 +08:00
Felix f4d3d9ac05
Update grid.py 2021-05-31 13:08:34 +08:00
Felix c67d604985
Update fmix.py 2021-05-31 13:08:13 +08:00
Felix 41f784c1ee
Update cutout.py 2021-05-31 13:07:55 +08:00
Felix 6241ee25e1
Update batch_operators.py 2021-05-31 13:07:37 +08:00
Felix f66ae362d1
Update autoaugment.py 2021-05-31 13:06:49 +08:00
Felix dbf8df4f7c
Update __init__.py 2021-05-31 13:06:29 +08:00
Felix d32846e8c4
Update __init__.py 2021-05-31 13:05:24 +08:00