493 Commits

Author SHA1 Message Date
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
weishengyu
9de22673df dbg 2022-04-08 14:29:03 +08:00
weishengyu
7f0b7a04cd dbg 2022-04-08 10:59:18 +08:00
weishengyu
e651f3f62f remove bnneck 2022-04-08 10:58:23 +08:00
weishengyu
9ab1ca3f0c dbg 2022-04-07 18:31:45 +08:00
weishengyu
9c99e7cc6b add bnneck, last stride=1 2022-04-07 16:59:09 +08:00
weishengyu
0993147af7 dbg 2022-04-06 19:49:10 +08:00
cuicheng01
96fbbad038 update mobilevit.py 2022-04-01 09:06:46 +00:00
cuicheng01
44b9963b25 add mobilevit code 2022-04-01 08:51:42 +00:00
cuicheng01
4839915056 update cswin_transformer.py 2022-03-29 12:01:04 +00:00
cuicheng01
51e06d43f5 add cswin code and doc 2022-03-29 09:50:44 +00:00
Bin Lu
8d52387a83
Merge pull request #1702 from Intsigstephon/develop
add deephash configure files and dch algorithm
2022-03-07 10:32:58 +08:00
Tingquan Gao
158c7b4e35 fix: fix bug that overrided eval() can't be called in distributed
The eval() overrided can't be called because model is a DataParallel object in distributed.
2022-03-04 16:52:57 +08:00
Wei Shengyu
1020f41899
use flatten instead of reshape for hrnet (#1709) 2022-02-28 19:12:53 +08:00
WangChen0902
7595ba6d70
add AFD (#1683)
* add AFD
2022-02-28 19:11:50 +08:00
gaotingquan
7abf42b7a1 fix: rm some repvgg models not supported
remove RepVGG_B3, RepVGG_B2g2 and RepVGG_B3g2 that are not supported by PaddleClas.
2022-02-25 23:50:29 +08:00
gaotingquan
4619d63273 fix: fix the download link, etc.
fix the pretrained and inference download link;
add use_ssld arg to TNT model.
2022-02-25 23:50:29 +08:00
lubin
2507be1a51 add deephash configs and dch algorithm 2022-02-23 11:50:39 +00:00
gaotingquan
6963c25804 fix: fix bug
bug is that error rasied by calling update_res() when sublayer does not have _save_sub_res_hook() because nn.Sequential and nn.LayerList is not TheseusLayer.
2022-01-14 14:58:28 +08:00
gaotingquan
a6a76f3d36 fix: args error 2022-01-14 14:58:28 +08:00
gaotingquan
43fce425ac fix: change the returned result from dict to list 2022-01-14 14:58:28 +08:00
gaotingquan
3b9f629220 feat: support specify return_stages to update_res() 2022-01-14 14:58:28 +08:00
gaotingquan
56c72a85a1 fix: fix lr 2022-01-07 11:52:30 +08:00
gaotingquan
025feb6de9 fix: fix -1 in dims 2022-01-07 11:52:30 +08:00
gaotingquan
ee819393ac fix: fix -1 in dims and ignore swapdim in static 2022-01-07 11:52:30 +08:00
gaotingquan
00fb3f7519 feat: support PVTV2 2022-01-07 11:52:30 +08:00