Commit Graph

4092 Commits (release/2.4)
 

Author SHA1 Message Date
cuicheng01 5a81627859 add convert_weights.py 2022-05-17 10:26:14 +00:00
cuicheng01 d2da38f3ea update PPLCNet_x1_0_distillation_search.yaml 2022-05-17 09:26:29 +00:00
cuicheng01 6e8f395c22 add person_demo docs 2022-05-17 09:22:21 +00:00
dongshuilong 511669a49a fix bcolz install bug 2022-05-17 07:48:23 +00:00
cuicheng01 912285c167 Merge branch 'add_person_demo' of http://github.com/cuicheng01/PaddleClas into add_person_demo 2022-05-17 03:36:28 +00:00
weisy11 279a2e0356 add search_times 2022-05-17 11:29:26 +08:00
dongshuilong 2a0ae60970 add sklearn in requirements.txt 2022-05-17 02:23:05 +00:00
cuicheng01 dbcfe2c395 update config 2022-05-16 11:46:34 +00:00
Walter afb473e2ae
Merge pull request #1914 from HydrogenSulfate/add_re_ranking
Add re ranking
2022-05-16 18:45:14 +08:00
Walter c6446cc366
Merge pull request #1928 from RainFrost1/develop
fix static train ips info bug
2022-05-16 18:02:44 +08:00
dongshuilong b2f34d0487 fix static train ips info bug 2022-05-16 08:34:02 +00:00
dongshuilong f9d666c0c6 add bcolz in requirment 2022-05-16 07:57:31 +00:00
weisy11 047ec1ae49 use list instead of dict 2022-05-16 14:29:52 +08:00
cuicheng01 87a0ba6f31 update metrics 2022-05-16 04:31:26 +00:00
dongshuilong 32c99be6aa add adaface 2022-05-16 03:50:35 +00:00
HydrogenSulfate 43d1eba917 Merge branch 'develop' into add_re_ranking 2022-05-16 11:04:32 +08:00
weishengyu 93e9970ede dbg 2022-05-15 17:25:56 +00:00
weishengyu 4b014a1b19 dbg 2022-05-14 19:28:58 +00:00
weisy11 45f2d010b6 add python search tools 2022-05-14 21:37:31 +08:00
cuicheng01 96d659c71a add run.sh 2022-05-14 12:18:59 +00:00
cuicheng01 b513670a1a update PPLCNet_x1_0_distillation.yaml 2022-05-14 11:56:44 +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 ad92e521b8 add res2net200_vd_distill_pphgnet_base.yaml 2022-05-13 15:56:59 +00:00
cuicheng01 03142ea32b
Merge pull request #1919 from cuicheng01/develop
Add PPHGNet code
2022-05-13 17:59:53 +08:00
cuicheng01 c2daa752b3
Merge pull request #1916 from TingquanGao/dev/add_pplcnetv2
feat: add PPLCNetV2
2022-05-13 16:08:24 +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 dce720dcdc
fix: adapt multi-scale sampler 2022-05-12 14:55:17 +00:00
gaotingquan c3bd88a244
circuitous rep 2022-05-12 14:38:17 +00:00
gaotingquan 32adae6c67
fix: config path error 2022-05-12 14:38:17 +00:00
gaotingquan 4c5ed46b2c
refactor 2022-05-12 14:38:17 +00:00
gaotingquan 0b03606471
add pplcnetv2_base tipc config 2022-05-12 14:38:17 +00:00
gaotingquan e0c6e94a9d
add pplcnetv2 doc 2022-05-12 14:38:17 +00:00
gaotingquan 0ef1ac3fa7
fix 2022-05-12 14:38:17 +00:00
gaotingquan 6e0900ecec
feat: add PPLCNetV2_base config 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
cuicheng01 50c1302bce
Merge pull request #1918 from TingquanGao/dev/multi-scale
Dev/multi scale
2022-05-12 21:38:52 +08:00
Tingquan Gao 3c8f491092
Merge branch 'develop' into dev/multi-scale 2022-05-12 16:18:27 +08:00
gaotingquan f8150efeb6
fix: (h, w) -> (w, h) 2022-05-12 08:13:34 +00:00
Walter 2b9af59971
Merge pull request #1915 from HydrogenSulfate/refine_strong_baseline
fix interpolation to 'bilinear', adjust file structure and rename
2022-05-12 14:53:45 +08:00
Walter 0328c38bd1
Merge pull request #1912 from HydrogenSulfate/fix_predict_det
fix bug in DetPredictor.predict
2022-05-12 10:39:10 +08:00
HydrogenSulfate 585b6bc3e8 fix interpolation to 'bilinear', adjust file structure and rename 2022-05-11 21:36:47 +08:00
HydrogenSulfate f89d908979
Update predict_det.py
删除冗余代码
2022-05-11 19:21:03 +08:00
HydrogenSulfate 565053167d update code 2022-05-11 18:57:16 +08:00