368 Commits

Author SHA1 Message Date
gaotingquan
20730fad07 revert
the code may cause problem that loss change in training.
2022-05-24 22:19:10 +08:00
cuicheng01
2e48a7ed7a add PPHGNet_base config 2022-05-23 16:39:58 +00:00
cuicheng01
6cb33220ea
Merge branch 'PaddlePaddle:develop' into develop 2022-05-23 23:49:48 +08:00
littletomatodonkey
6dac07f68d
fix quant logic (#1941)
* fix quant logic

* add support for trt+int8 inference

* add support for swin quant

* fix swin and quant

* fix assert info

* fix assert info

* fix log
2022-05-23 19:04:27 +08:00
zhiboniu
699c10aaeb Merge remote-tracking branch 'ppcls/develop' into develop 2022-05-23 08:03:46 +00:00
cuicheng01
94d4722b8d
Merge branch 'PaddlePaddle:develop' into develop 2022-05-23 10:15:50 +08:00
xiongkun
821e550900
stop_gradient=True for input spec (#1943) 2022-05-23 09:48:27 +08:00
cuicheng01
8f5fe61540
Merge pull request #1925 from cuicheng01/add_person_demo
Add person demo
2022-05-23 09:26:49 +08:00
cuicheng01
8b639e939f update code and docs 2022-05-23 01:11:03 +00:00
dongshuilong
759fe41ccc modify face_dataset and ir_net name issue 2022-05-19 02:22:17 +00:00
zhiboniu
032c45c1d3 delete norm_decay in resnet 2022-05-18 11:58:53 +00:00
zhiboniu
50900443f3 remove strongbaseline_attr, etc... 2022-05-18 04:54:43 +00:00
zhiboniu
26d5b7d1cc adapted dataset and loss 2022-05-18 04:54:43 +00:00
zhiboniu
aa8f4c16d2 attr ma test ok 2022-05-18 04:54:43 +00:00
zhiboniu
0a3ecf60b4 add attribute strongbaseline 2022-05-18 04:54:43 +00:00
gaotingquan
675e60d5a5 feat: log the FLOPs and Params when building model 2022-05-17 21:24:17 +08:00
Yang Nie
62e06ced05 update 2022-05-16 18:00:09 +08:00
dongshuilong
32c99be6aa add adaface 2022-05-16 03:50:35 +00:00
nemonameless
60a4269d9b fix ShuffleNetV2 x2_0 stage_out_channels 2022-05-14 10:29:49 +00:00
cuicheng01
0112a036ea update pp_lcnet.py 2022-05-14 10:06:58 +00:00
cuicheng01
d125b31f73 update code 2022-05-14 10:03:55 +00:00
cuicheng01
45b1296c25 Add cls_demo_person code 2022-05-14 09:31:52 +00:00
gaotingquan
f04b52343f fix: unable to export rep net 2022-05-14 14:13:25 +08:00
cuicheng01
ff09e310de update res2net200_vd_distill_pphgnet_base.yaml 2022-05-13 16:15:00 +00:00
cuicheng01
03142ea32b
Merge pull request #1919 from cuicheng01/develop
Add PPHGNet code
2022-05-13 17:59:53 +08:00
cuicheng01
713dd6f9eb update pp_hgnet.py 2022-05-13 04:07:41 +00:00
cuicheng01
8a760fb85f Add PPHGNet code 2022-05-12 15:53:51 +00:00
Yang Nie
96687d07e2 add PeleeNet code 2022-05-12 23:19:44 +08:00
gaotingquan
c3bd88a244
circuitous rep 2022-05-12 14:38:17 +00:00
gaotingquan
4c5ed46b2c
refactor 2022-05-12 14:38:17 +00:00
gaotingquan
0ef1ac3fa7
fix 2022-05-12 14:38:17 +00:00
gaotingquan
e82e1358bc
BatchNorm -> BatchNorm2D 2022-05-12 14:38:17 +00:00
gaotingquan
925cb6ef6c
feat: add PPLCNetV2 2022-05-12 14:38:17 +00:00
Yang Nie
e61f392598 Merge branch 'develop' into ConvNeXt 2022-05-09 12:22:37 +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
flytocc
e1943f9a68 add ConvNeXt code 2022-04-28 00:34:48 +08:00
HydrogenSulfate
97e8abc3db refine code and yaml 2022-04-24 14:38:26 +08:00
HydrogenSulfate
15a0afc67c update code 2022-04-22 15:52:16 +08:00
HydrogenSulfate
9dde9376fb update code 2022-04-22 15:25:11 +08:00
HydrogenSulfate
daf7eea23d fix code 2022-04-21 15:43:53 +08:00
HydrogenSulfate
dfd7749828 refine hard code 2022-04-21 14:37:00 +08:00
HydrogenSulfate
41e1a86caf add center loss 2022-04-21 00:17:54 +08:00
flytocc
7b020eb2aa add paper citation 2022-04-19 19:45:19 +08:00
flytocc
c3018ebd39 add VAN-Classification code 2022-04-19 13:13:33 +08:00
zhangxinyu-xyz
12d1b5f9a9 Release the inference code of ISE (ReID-CVPR2022) 2022-04-18 13:23:47 +08:00
HydrogenSulfate
af90cd7c59 update center loss config and related code 2022-04-12 13:07:53 +08:00