学卿
4b3503b6de
support face recgnition ( #3282 )
...
* add mobilefacenet
* exp with pplcnet on face
* support face recognition
* fix face recognition models bugs
* add face recognition README
2024-11-01 19:48:28 +08:00
zhouchangda
9c37234cfb
update config file for multi-label image classification
2024-08-29 17:45:23 +08:00
zhenming lin
98935e0bb7
Add ML-Decoder Support ( #2957 )
...
* 添加ML-Decoder,并使其可以在Arch作用域下控制
* 添加MultiLabelAsymmetricLoss
* 添加MultiLabelMAP评价方式,并避免其在回合内计算,每回合计算一次,节约时间
* 添加COCO2017数据集格式转换脚本
* 添加OneCycleLR学习率调度策略
* 添加ResNet50_ml_decoder
* 添加ResNet_ml_decoder
* 添加ResNet_ml_decoder
* 添加ResNet_ml_decoder preprocess
* 添加ResNet_ml_decoder
* 添加ResNet_ml_decoder
* 直接从model中拉class_num参数
* fix message error
* fix message error
* 给出基于inference model预测的文档
* 融合cutout使其具有随机生成填充值的能力
* 更正变量名称
* 更新configs
* 更新README
* fix bugs
* fix bugs
* update
* update
* update
2023-09-08 16:17:35 +08:00
Yang Nie
deb8e98779
rename v2 to V2
2023-04-19 21:21:06 +08:00
Yang Nie
400de7844f
update RandAugmentV3
2023-04-06 15:33:30 +08:00
Yang Nie
541326eaf0
bugfix: DecodeImage
2023-04-06 15:33:30 +08:00
Yang Nie
03bd4e4419
add use_log_aspect for RandCropImage
2023-04-04 20:37:22 +08:00
Yang Nie
3b8b39644f
change the default interpolation of pil from `NEAREST` to `BILINEAR` (same to cv2 backend)
2023-04-04 20:37:22 +08:00
Yang Nie
d7a1127559
add CvT
2023-04-04 18:44:44 +08:00
zh-hike
23b011206a
fix randomapply
2023-02-15 11:17:18 +08:00
HydrogenSulfate
4fdcda7c60
fix bug in randaug, train_progressive and efficientnet_v2
2023-01-31 21:15:22 +08:00
HydrogenSulfate
7e12c73e0a
polish progressive training code
2023-01-31 21:15:22 +08:00
HydrogenSulfate
3a8b56801d
feat(model): add EfficientNetV2 code and fix AttrDict BUG
2023-01-31 21:15:22 +08:00
gaotingquan
f82871b1f8
add copyright & reference
2023-01-06 20:29:07 +08:00
gaotingquan
e41f2a8fee
support PCALighting
2023-01-06 20:29:07 +08:00
zh-hike
f073e97d22
增加cifar100参数yaml
2023-01-04 13:42:00 +08:00
zh-hike
692b8d8c1f
增加data的代码复用及RecModel的修改,代码已跑通
2023-01-04 13:42:00 +08:00
zh-hike
7823f340b1
cifar10_4000跑出论文精度代码
2023-01-04 13:42:00 +08:00
zengshao0622
885e1bc05f
fix numpy int bug
2022-12-22 14:19:15 +08:00
HydrogenSulfate
b22752e2ea
refactor DALI
2022-12-13 14:27:15 +08:00
HydrogenSulfate
2cfd8dd828
add xbm
2022-10-17 15:45:45 +08: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
19840cb046
refactor: to be pythonic
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
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
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
Yang Nie
3248cc5819
update `DecodeImage`
2022-07-09 23:30:13 +08:00
Yang Nie
436f64ad84
Merge branch 'develop' into ConvNeXt
2022-07-09 21:50:31 +08:00
HydrogenSulfate
3b1247d069
fix bug in RandCropImageV2
2022-06-20 10:53:19 +08:00
littletomatodonkey
def286bac8
add support for no dist ( #1989 )
2022-06-07 17:25:22 +08:00
Walter
dcef409dde
Merge branch 'develop' into adaface
2022-05-27 14:19:03 +08:00
dongshuilong
759fe41ccc
modify face_dataset and ir_net name issue
2022-05-19 02:22:17 +00:00
zhiboniu
50900443f3
remove strongbaseline_attr, etc...
2022-05-18 04:54:43 +00:00
zhiboniu
aa8f4c16d2
attr ma test ok
2022-05-18 04:54:43 +00:00
dongshuilong
32c99be6aa
add adaface
2022-05-16 03:50:35 +00:00
Yang Nie
e61f392598
Merge branch 'develop' into ConvNeXt
2022-05-09 12:22:37 +08:00
flytocc
b38240b86c
add `pil` backend for DecodeImage
2022-05-09 11:51:59 +08: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
HydrogenSulfate
1c31010b14
refine code
2022-05-05 20:28:59 +08:00
HydrogenSulfate
16f910b451
add m1 and baseline config
2022-05-05 19:55:08 +08:00
HydrogenSulfate
dfd7749828
refine hard code
2022-04-21 14:37:00 +08:00
flytocc
3f84dcb44e
add random interpolation for UnifiedResize
2022-04-19 13:25:13 +08:00
dongshuilong
94cce6422f
fix augmix bug
2021-12-08 07:53:33 +00:00
cuicheng01
08952deb88
update codes
2021-11-04 10:47:13 +00:00
gaotingquan
0dccfb917d
fix: interpolation maybe be 0
2021-09-30 06:49:41 +00:00