cuicheng01
|
61b7b3487a
|
Merge pull request #1926 from nemonameless/fix_ShuffleNetV2_x2_0_ch
fix ShuffleNetV2 config
|
2022-06-14 10:43:43 +08:00 |
cuicheng01
|
4a247f49dc
|
update resnet.py
|
2022-06-13 21:04:28 +08:00 |
cuicheng01
|
c1530e1eea
|
update pulc docs
|
2022-06-13 07:33:22 +00:00 |
littletomatodonkey
|
b01a79aba7
|
fix swin (#2004)
|
2022-06-09 15:08:45 +08:00 |
cuicheng01
|
f99b1ec529
|
Merge branch 'develop' into Add_PULC_demo
|
2022-06-09 11:12:06 +08:00 |
littletomatodonkey
|
4003cdb7ad
|
add traffic sign yaml (#1966)
* add traffic sign and vehicle attr doc and yaml
|
2022-06-06 13:13:50 +08:00 |
cuicheng01
|
be47e28b5e
|
Merge branch 'develop' into Add_PULC_demo
|
2022-05-31 19:12:00 +08:00 |
cuicheng01
|
4465d27ab0
|
update resnet&pp-lcnet
|
2022-05-31 11:02:40 +00:00 |
cuicheng01
|
5d9d2395e2
|
update resnet&pp-lcnet
|
2022-05-31 10:55:57 +00:00 |
cuicheng01
|
ee5121a365
|
Merge branch 'PaddlePaddle:develop' into develop
|
2022-05-31 18:48:41 +08:00 |
Walter
|
0f520aaba1
|
Merge pull request #1968 from HydrogenSulfate/reid_update
update reid configs
|
2022-05-30 11:50:40 +08:00 |
HydrogenSulfate
|
aebb3f749d
|
update reid configs
|
2022-05-30 11:38:10 +08:00 |
cuicheng01
|
dc651d4732
|
Merge branch 'PaddlePaddle:develop' into develop
|
2022-05-29 21:57:14 +08:00 |
cuicheng01
|
ad71254e68
|
Merge pull request #1960 from zhiboniu/dev_attr
support attribute infer
|
2022-05-27 19:22:17 +08:00 |
zhiboniu
|
7f0075e8d0
|
reverse to BatchNorm
|
2022-05-27 07:54:26 +00:00 |
Walter
|
dcef409dde
|
Merge branch 'develop' into adaface
|
2022-05-27 14:19:03 +08:00 |
zhiboniu
|
9f049f1145
|
fix batchnorm2d data_format
|
2022-05-26 09:12:28 +00:00 |
zhiboniu
|
a4e1da6610
|
modify attr export model
|
2022-05-25 08:13:38 +00:00 |
cuicheng01
|
c870befb86
|
Merge branch 'PaddlePaddle:develop' into develop
|
2022-05-25 10:20:56 +08:00 |
cuicheng01
|
4091592cfb
|
Merge pull request #1917 from zhiboniu/develop
add attribute support
|
2022-05-25 10:19:21 +08:00 |
cuicheng01
|
dcf9e7d7f6
|
Merge branch 'PaddlePaddle:develop' into develop
|
2022-05-25 00:31:02 +08:00 |
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 |
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 |
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 |