PaddleClas/ppcls/data/preprocess/ops
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
..
__init__.py
autoaugment.py fix numpy int bug 2022-12-22 14:19:15 +08:00
cutout.py Add ML-Decoder Support (#2957) 2023-09-08 16:17:35 +08:00
dali_operators.py refactor DALI 2022-12-13 14:27:15 +08:00
fmix.py update: add reference 2022-05-05 21:37:37 +08:00
functional.py
grid.py update: add reference 2022-05-05 21:37:37 +08:00
hide_and_seek.py update: add reference 2022-05-05 21:37:37 +08:00
operators.py bugfix: DecodeImage 2023-04-06 15:33:30 +08:00
randaugment.py Add ML-Decoder Support (#2957) 2023-09-08 16:17:35 +08:00
random_erasing.py refactor: to be pythonic 2022-09-28 20:01:48 +08:00
timm_autoaugment.py update: add reference 2022-05-05 21:37:37 +08:00