zh-hike
009f347d64
修改空格等代码规范
2023-01-04 13:42:00 +08:00
zh-hike
f83ff59c97
增加代码规范,删除一些无用的function
2023-01-04 13:42:00 +08:00
zh-hike
692b8d8c1f
增加data的代码复用及RecModel的修改,代码已跑通
2023-01-04 13:42:00 +08:00
zh-hike
4db132444d
增加RecModel配合WideResNet代码以及参数转换成RecModel
2023-01-04 13:42:00 +08:00
zh-hike
7823f340b1
cifar10_4000跑出论文精度代码
2023-01-04 13:42:00 +08:00
LittleMoon
8d57bb31cf
modified DSNet config and TIPC txt
2022-12-22 14:55:46 +08:00
LittleMoon
e069dedd7e
modified DSNet model names
2022-12-22 14:55:46 +08:00
LittleMoon
28e094e097
add docs, config, model for DSNet
2022-12-22 14:55:46 +08:00
zhangyubo0722
830852e745
modify configs
2022-12-22 14:54:25 +08:00
zhangyubo0722
98d876a1b8
modify config
2022-12-22 14:54:25 +08:00
zhangyubo0722
0140b38a80
add models
2022-12-22 14:54:25 +08:00
zhangyubo0722
b61da414e5
add uniformer lst
2022-12-02 19:45:59 +08:00
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