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
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