HydrogenSulfate
d7f73dd8ed
add relabel=True in ResNet50_ReID to avoid label excess
2022-12-02 15:00:46 +08:00
cuicheng01
5b0a47bcdf
fix NextViT config
2022-11-30 16:25:30 +08:00
cuicheng01
ec2029b821
Add NextViT code and docs
2022-11-23 14:59:55 +08:00
user3984
7ee8471dfe
add pefd
2022-11-18 14:04:07 +08:00
weishengyu
faca0ba75d
add fixmatch config using 4gpus
2022-11-18 13:46:43 +08:00
gaotingquan
cfab4c178a
feat: add pplcnetv2_small and pplcnetv2_big
2022-11-18 13:14:37 +08:00
user3984
996467bd14
update config and docs
2022-11-11 18:05:39 +08:00
user3984
c5884bb24f
add skd
2022-11-11 18:05:39 +08:00
cuicheng01
cb6d29aea0
update pulc_code_exists configs
2022-10-31 14:47:58 +08:00
cuicheng01
426de2ddb3
update RepVGG configs
2022-10-31 14:31:27 +08:00
dongshuilong
944763d7a5
add fixmatch
2022-10-25 12:04:22 +08:00
cuicheng01
e3670a44a4
Merge pull request #2376 from cuicheng01/add_qrcode_code
...
[WIP]add qrcode code
2022-10-20 15:24:08 +08:00
HydrogenSulfate
3647da6d4a
Merge pull request #2383 from HydrogenSulfate/xbm_final
...
Add XBM model
2022-10-19 15:43:40 +08:00
HydrogenSulfate
09200a31f4
remove redundant code, fix bugs in lr.step, merge GoodsDataset into Vehicle
2022-10-19 07:18:21 +00:00
gaotingquan
ad3c657e39
fix: update VAN_tiny to VAN_B0
2022-10-18 17:48:31 +08:00
HydrogenSulfate
2cfd8dd828
add xbm
2022-10-17 15:45:45 +08:00
cuicheng01
9dd59f4512
add qrcode code
2022-10-13 07:18:30 +00:00
cuicheng01
c87db7b9e3
update blur code
2022-10-11 13:46:27 +00:00
cuicheng01
083205273d
add clarity_assessment code
2022-09-29 06:25:22 +00:00
gaotingquan
d670f2e497
rename config file ImageOrientation to PPLCNet_x1_0
2022-09-28 20:01:48 +08:00
gaotingquan
e31509ee81
fix hyperparams & mv to PULC
2022-09-28 20:01:48 +08:00
gaotingquan
e823f17853
feat: support training image orientation model
...
add the config of orientation model
add the preprocess op RandomRot90 that can rotate the img and return the orientation
add the CustomLabelDataset that support getting label by preprocess
refactor some preprocess ops to support dict parameter and return dict
2022-09-28 20:01:48 +08:00
cuicheng01
5957d242f2
Merge pull request #2323 from cuicheng01/add_table_attribute_doc
...
add table_attribute docs
2022-09-20 19:05:16 +08:00
HydrogenSulfate
6125fa941b
change Constant to ConstLR
2022-09-20 14:45:02 +08:00
cuicheng01
74eb371dd6
add table_attribute docs
2022-09-20 04:37:52 +00:00
cuicheng01
0b9f62262a
Merge branch 'develop' into fix_multilabel
2022-09-14 14:41:32 +08:00
Lixin Luo
9b12161b1d
add weighted soft labels loss function ( #2288 )
...
* add weighted soft labels loss function
add weighted soft labels loss function
* fix typo in docs/zh_CN/advanced_tutorials/knowledge_distillation.md
2022-09-14 14:23:26 +08:00
Tingquan Gao
2ed68d5dba
Merge pull request #2264 from cuicheng01/add_table_attribute
...
add table_attribute_code
2022-09-14 14:17:11 +08:00
zengshao0622
9a01999860
fix cae_large
2022-09-13 08:05:07 +00:00
zengshao0622
8b0e643f54
update batchsize
2022-09-08 11:37:29 +00:00
zengshao0622
90d591e410
update ppcls
2022-09-08 11:34:54 +00:00
zengshao0622
7b50ce6585
merge CAE
2022-09-08 08:11:25 +00:00
cuicheng01
18acc25f18
add table_attribute_code
2022-09-07 09:35:51 +00:00
HydrogenSulfate
6c4852acd3
update PP-ShiTuV2 inference/serving code and docs, reformat yamls
2022-09-01 06:31:22 +00:00
HydrogenSulfate
6e0aa19347
update related docs and yamls for PP-ShiTuV2
2022-08-31 17:02:37 +00:00
cuicheng01
85bf8683cb
Support for parsing label files
2022-08-29 05:49:15 +00:00
HydrogenSulfate
24a8eca8a0
Merge branch 'develop' into shituv2_reimplement
2022-08-25 11:27:41 +08:00
HydrogenSulfate
877c8c53be
correct config yaml, pp_lcnetv2_variant.py and log in&out channels in pp_lcnet_v2.py
2022-08-24 07:25:30 +00:00
gaotingquan
a1baf3f476
fix: fix interpolation method
2022-08-24 11:26:12 +08:00
HydrogenSulfate
00ee28d78f
correct class_num in GeneralRecognitionV2_PPLCNetV2_base.yaml
2022-08-23 11:04:24 +00:00
HydrogenSulfate
5a4874079d
fix some bugs
2022-08-23 10:59:30 +00:00
HydrogenSulfate
1b5e00e82a
add PP-ShiTuV2 code
2022-08-23 07:54:58 +00:00
cuicheng01
eade1b7232
fix multilabel
2022-08-22 06:40:26 +00:00
littletomatodonkey
dab99e3e88
fix config yaml ( #2214 )
2022-08-19 12:15:10 +08:00
littletomatodonkey
26207a8c77
add mgd loss ( #2161 )
...
* add mgd loss
* add init
* fix doc
2022-07-19 10:50:51 +08:00
cuicheng01
6cfdf8af5a
fix peleenet config
2022-07-15 11:39:46 +00:00
cuicheng01
84c2974d3a
fix peleenet and convnext
2022-07-14 09:59:54 +00:00
cuicheng01
1fccb35be7
Merge branch 'develop' into PeleeNet_PR
2022-07-14 10:47:06 +08:00
cuicheng01
1bbe4b5ed1
Merge pull request #1885 from flytocc/ConvNeXt
...
ConvNext & EMA & gradient accumulation
2022-07-14 10:45:25 +08:00
Wei Shengyu
0707ff6fe0
Merge pull request #2123 from zoooo0820/add_train_cfg_for_calling
...
add training cfg for pphuman calling model
2022-07-13 14:32:27 +08:00