177 Commits

Author SHA1 Message Date
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