Commit Graph

5171 Commits (cls_rm)
 

Author SHA1 Message Date
Yang-ChangHui c446df9b69
【Hackathon 5th No.69】 分类大模型--人体视觉任务SOLIDER (#2995)
* add_solider

* add_solider

* add_solider

* add_solider

* add_solider

* add_solider

* add_solider

* add_solider

* add_solider

* add_solider

* add_solider
2023-10-18 14:46:34 +08:00
Tingquan Gao df50d0a5a3
update doc about PPHGNetV2 (#3002) 2023-10-11 15:37:12 +08:00
夜雨飘零 5ca584ff19
增加MultiScaleDataset的分割符 (#2853)
* 增加MultiScaleDataset的分割符

* remove encoding
2023-10-10 20:07:44 +08:00
thsno02 6cd88dfea6
fix: support for cases without a weight function (#2973) 2023-10-10 20:02:11 +08:00
cuicheng01 e9a59678f0
update PP-HGNetV2 (#2993) 2023-10-07 16:45:16 +08:00
cuicheng01 203eba4d6d
support load ssld state1 pretrain (#2988) 2023-09-26 23:48:27 +08:00
cuicheng01 5a28bab6d0
add hgnetv2 (#2987) 2023-09-26 23:22:48 +08:00
Tingquan Gao fe12d63181
debug (#2934)
* debug: fix model name

* fix

* fix Infer.transforms.ResizeImage
2023-09-19 16:08:09 +08:00
xiongkun 2200f30052
fix sot-slow problem (#2976)
* fix sot-slow problem

* fix format

* add comment
2023-09-18 17:27:01 +08:00
feifei-111 9bcb71ab81
Fix resnext model, split main logic with guard (#2956)
* update

* update

* update
2023-09-18 17:25:57 +08:00
Tingquan Gao 75cbc51b7f
fix dali installation to support paddle dev that has removed fluid (#2971) 2023-09-15 17:38:24 +08:00
zhangyubo0722 ef796960c0 support http pretrained 2023-09-12 17:45:39 +08:00
Kai Song 87be15e868
[TIPC]fix python version in tipc (#2964) 2023-09-12 16:26:25 +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
Kai Song fed9992d57
[TIPC]fix npu and xpu tipc scripts (#2954)
* [TIPC]fix npu and xpu tipc scripts

* disable mkldnn in npu tipc

* disable mkldnn in xpu tipc
2023-09-06 17:09:58 +08:00
zhangyubo0722 cdecc0b437
fix hgnet kwargs (#2949) 2023-09-01 23:36:58 +08:00
zhangyubo0722 ed67436647
del head_init_scale (#2947) 2023-09-01 20:15:54 +08:00
zhangyubo0722 d7a7d3e5e1
fix topk bug (#2945) 2023-09-01 19:28:17 +08:00
zhangyubo0722 74a33b7f50
fix gbk (#2941) 2023-09-01 17:49:33 +08:00
gaotingquan b3fcc98610 to be compatible with training and evaluation 2023-08-29 16:11:16 +08:00
zhangyubo0722 f3b2b2f4ad
[uapi]Save predict result (#2926)
* sava predict result
2023-08-29 14:32:07 +08:00
gaotingquan ae96c979eb always log 'topk=1' when k < output_dims to ensure consistent log formatting 2023-08-28 17:01:49 +08:00
Tingquan Gao eddba911b1
modify some default hyperparams to adapt to fine-tune downstream tasks (#2921)
1. unset EMA because of the relatively small size of most downstream dataset;
2. use mean and std of IMN.
2023-08-25 22:02:21 +08:00
Tingquan Gao 1f8a830b58
fix model name (#2908)
* fix model name

* fix: bug when distillation
2023-08-23 14:55:17 +08:00
Kai Song 77aa07063a
[TIPC]update xpu tipc script (#2916) 2023-08-18 10:44:46 +08:00
Tingquan Gao 0675971d0b
rm fluid api (#2907) 2023-08-11 15:51:42 +08:00
Tingquan Gao 962c540ca4
debug: when using Piecewise.learning_rate while total epochs < 30 (#2901) 2023-08-07 15:26:49 +08:00
Tingquan Gao 907e5f7832
support Piecewise.learning_rate (#2898) 2023-08-04 12:14:19 +08:00
wuyefeilin 83adff2acc
add dataset alias for PaddleX (#2893) 2023-08-02 10:41:25 +08:00
Tingquan Gao 607a07cb28
compatible with the AMP.use_amp field in config (#2889) 2023-07-28 17:48:52 +08:00
duanyanhui 267cd64756 update npu python version in tipc config 2023-07-25 17:05:13 +08:00
Tingquan Gao bb1596b8c3
compatibility with python 3.11 (#2878) 2023-07-20 10:50:52 +08:00
gaotingquan 8ed2060033 support to specify save dir 2023-07-07 17:32:07 +08:00
duanyanhui 48fc521e61 fix npu tipc scripts to reduce running time 2023-07-06 16:25:16 +08:00
gaotingquan fab7435ddb adapt to Pillow new version 10.0.0 2023-07-05 21:35:58 +08:00
gaotingquan f820473d1d fix included file path 2023-06-29 19:45:55 +08:00
gaotingquan 0d1167bfdb rm specified python version 3.7 2023-06-29 19:45:55 +08:00
gaotingquan b2d862b4e4 docs: change to pip install -v -e . 2023-06-29 19:45:55 +08:00
gaotingquan 88ec105322 docs: fix link 2023-06-29 19:45:55 +08:00
gaotingquan 46962ebd38 docs: merge docs about paddle & paddleclas installation 2023-06-29 19:45:55 +08:00
gaotingquan 307620f953 docs: change branch to develop 2023-06-29 19:45:55 +08:00
cuicheng01 4da6f35bf2 support infer nested directory images 2023-06-29 19:43:40 +08:00
baocheny 75a5bb17ba add 2 more custom devices intel_gpu and apple mps 2023-06-29 19:42:38 +08:00
baocheny 3d0c0eb59d add 2 more custom devices intel_gpu and apple mps 2023-06-29 19:42:38 +08:00
zengshao0622 62c56ce27c update infer_rec NormalizeImage scale 2023-06-29 19:42:07 +08:00
cuicheng01 954f039532 Add PULC models link in README 2023-06-27 17:55:08 +08:00
Bobholamovic bda65e0c87 Remove ClasModels_general_quantization.yaml 2023-06-26 14:20:38 +08:00
Bobholamovic de5c4e1b1c Change vdl dir 2023-06-26 14:20:38 +08:00
Bobholamovic b4f10436cf Rename variable 2023-06-26 14:20:38 +08:00
Bobholamovic d6137854e2 Accommodate UAPI 2023-06-26 14:20:38 +08:00