1011 Commits

Author SHA1 Message Date
cuicheng01
8a31e4f4d7 update xception_deeplab.py pretrained url 2021-06-28 15:18:12 +00:00
cuicheng01
e233775405 Update Xception65/71 configs 2021-06-28 15:13:42 +00:00
cuicheng01
cfd4e6825b update new_user/ShuffleNetV2_x0_25.yaml 2021-06-28 08:02:54 +00:00
dongshuilong
1e1b4d0f48 fix map metric bugs 2021-06-23 13:05:47 +08:00
dongshuilong
5b3d40312b fix map minp metric bugs 2021-06-23 12:37:46 +08:00
dongshuilong
914e69676e fix reid recall metric bugs 2021-06-22 17:08:02 +08:00
cuicheng01
f40fd3e64f
Merge pull request #944 from cuicheng01/develop
Update LeViT configs
2021-06-22 16:53:41 +08:00
Tingquan Gao
24727034d8
Update whl (#871)
* Update whl

* Optimize usage of CLI args
2021-06-22 11:12:26 +08:00
Tingquan Gao
27849b7a76
Update en doc of Hubserving (#900) 2021-06-22 11:08:55 +08:00
cuicheng01
47e3936845 Remove Twins configs 2021-06-22 02:56:23 +00:00
cuicheng01
c4840fffc5 Update README and add ViT DeiT configs 2021-06-22 02:46:01 +00:00
cuicheng01
25c32c0e84
Merge branch 'PaddlePaddle:develop' into develop 2021-06-22 10:37:50 +08:00
cuicheng01
707e01aed5 Update GoogLeNetLoss 2021-06-22 01:58:03 +00:00
cuicheng01
4e154aed4f Add GoogLeNetLoss 2021-06-21 14:25:07 +00:00
cuicheng01
69a72f7be4 Update LeViT configs 2021-06-21 08:11:11 +00:00
Aurelius84
d5c1700faf support to_static for benchmark 2021-06-21 06:14:06 +00:00
cuicheng01
8246563c5a Remove expired codes 2021-06-18 11:10:29 +00:00
cuicheng01
01a8eca2d1 Update configs and README 2021-06-18 06:37:42 +00:00
Wei Shengyu
7d3dd2bb36
Merge branch 'release/2.2' into develop 2021-06-18 11:24:56 +08:00
cuicheng01
418fc90232 Update getting_started_retrieval.md 2021-06-18 02:21:39 +00:00
Felix
0fa19dca61
Update ResNet50_ReID.yaml 2021-06-17 16:33:34 +08:00
cuicheng01
6619302022 Update product and cartoonface configs 2021-06-17 03:13:48 +00:00
cuicheng01
c94796494f Update product and cartoonface configs 2021-06-17 03:12:22 +00:00
cuicheng01
cdc038887b Remove 2021-06-17 02:55:08 +00:00
cuicheng01
d5a4ad19e2 Remove 2021-06-17 02:52:15 +00:00
littletomatodonkey
215872506a
fix yaml note (#872) 2021-06-16 23:53:44 +08:00
littletomatodonkey
126cdcb4af
fix yaml note (#873) 2021-06-16 23:53:33 +08:00
Wei Shengyu
171857cc01
Merge pull request #867 from cuicheng01/develop
remove Infer mode in recognition configs
2021-06-16 22:19:15 +08:00
weishengyu
e11cc5c8c1 remove useless comments 2021-06-16 22:13:32 +08:00
cuicheng01
f696bc17b4 remove Infer mode in recognition configs 2021-06-16 13:59:29 +00:00
Felix
304a451156
Update ResNet50_ReID.yaml 2021-06-16 21:34:22 +08:00
littletomatodonkey
cb54c43292
add feature calc log (#864) 2021-06-16 21:12:25 +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
Bin Lu
83de27572a
Merge pull request #848 from Intsigstephon/develop_reg
add getting_started_retrieval.md
2021-06-16 16:22:57 +08:00
littletomatodonkey
e2b4ca58c6
fix so make in windows (#849)
* fix so make in windows

* add index.exe for win

* fix doc

* fix yaml

* fix exe to dll
2021-06-16 15:43:52 +08:00
cuicheng01
7b77835c3e Update some configs and get_start docs 2021-06-16 07:16:06 +00:00
Bin Lu
f057eebdf1
Create ResNet50_vd_finetune_retrieval.yaml 2021-06-16 10:51:52 +08:00
Walter
31a555266f
Merge branch 'develop_reg' into develop_reg 2021-06-15 15:56:23 +08:00
littletomatodonkey
e1d53e7fef
fix logger warn (#842) 2021-06-15 14:49:49 +08:00
littletomatodonkey
70181065c6
Update config.py 2021-06-15 14:47:04 +08:00
littletomatodonkey
d9911f6185
Update config.py 2021-06-15 14:39:30 +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
littletomatodonkey
422dd57c38
fix ce loss with label smooth (#838) 2021-06-13 00:59:15 +08:00
Wei Shengyu
f9e51081bd
Merge pull request #836 from cuicheng01/develop_reg
fix some eval bugs
2021-06-12 09:59:29 +08: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
littletomatodonkey
d49e1296d9
Update trainer.py 2021-06-12 03:54:56 +08:00