Commit Graph

416 Commits

Author SHA1 Message Date
ashui.cbh
69da8f91ac [to #42322933]suport image inpainting
Link: https://code.alibaba-inc.com/Ali-MaaS/MaaS-lib/codereview/10111615
2022-10-11 20:49:13 +08:00
james.wjg
4c99363804 [to #42322933]video summarization 添加 license & header; 修改 output for demo service
video summarization:
1. 添加 license & header; 
2. 修改 output for demo service
        Link: https://code.alibaba-inc.com/Ali-MaaS/MaaS-lib/codereview/10260946
2022-10-11 17:24:46 +08:00
jiaqi.sjq
65be443e98 [to #41669377] Add more models to test in tts UT
Link https://code.alibaba-inc.com/Ali-MaaS/MaaS-lib/codereview/10360754#tab=detail
        Link: https://code.alibaba-inc.com/Ali-MaaS/MaaS-lib/codereview/10360754
2022-10-11 17:22:58 +08:00
zhangzhicheng.zzc
e240edea7e [to #42322933]t5 bug fixex 2022-10-11 17:20:11 +08:00
hanyuan.chy
67d6fa001d [to #42322933] unify keys forbody_3d_keypoints
统一关键点检测输出key的名字
        Link: https://code.alibaba-inc.com/Ali-MaaS/MaaS-lib/codereview/10359335
2022-10-11 17:17:51 +08:00
laiyin.lyc
09d2296f36 [to #44847108] add sparsity hook (pst algorithm)
Link: https://code.alibaba-inc.com/Ali-MaaS/MaaS-lib/codereview/10198228

    * [to #44847108] add sparsity hook (pst algorithm)
2022-10-11 16:05:20 +08:00
ryan.yy
ff69439c4f [to #42322933]add image_body_reshaping code
Link: https://code.alibaba-inc.com/Ali-MaaS/MaaS-lib/codereview/10217723

    * add image_body_reshaping code
2022-10-10 17:42:41 +08:00
moyu.wk
42896de709 [to #42322933]add pipelines for APE\QE\Domain Classifications
Add pipelines for the following new models:
- [Multilingual Quality Estimation](https://modelscope.cn/models/damo/nlp_translation_quality_estimation_multilingual/summary)
- [Automatic Post-Editing (En-De)](https://modelscope.cn/models/damo/nlp_automatic_post_editing_for_translation_en2de/summary)
- [Domain classification (Zh)](https://modelscope.cn/models/damo/nlp_domain_classification_chinese/summary)
- [Style classification (Zh)](https://modelscope.cn/models/damo/nlp_style_classification_chinese/summary)
- [Style classification (En)](https://modelscope.cn/models/damo/nlp_style_classification_english/summary)
        Link: https://code.alibaba-inc.com/Ali-MaaS/MaaS-lib/codereview/10315370
2022-10-10 11:36:39 +08:00
wenmeng.zwm
65bea053af [to #44902165] feat: Add input signature for pipeline
Link: https://code.alibaba-inc.com/Ali-MaaS/MaaS-lib/codereview/10233235

* add input definition for pipeline


* support multiple input format for single pipeline


*  change param for body_3d_keypoints
2022-10-09 18:59:07 +08:00
tingwei.gtw
a079ab922f [to #42322933] add product-segmentation pipeline
Link: https://code.alibaba-inc.com/Ali-MaaS/MaaS-lib/codereview/10252583
2022-10-01 21:46:40 +08:00
tingwei.gtw
5343c899fb [to #42322933] add face-emotion pipeline
Link: https://code.alibaba-inc.com/Ali-MaaS/MaaS-lib/codereview/10202117
2022-10-01 18:35:42 +08:00
hanyuan.chy
7f468acca3 [to #42322933]style(license): add license + render result poses with video
Link: https://code.alibaba-inc.com/Ali-MaaS/MaaS-lib/codereview/10263904
2022-10-01 18:34:23 +08:00
tingwei.gtw
4199af337e [to #42322933] add face-human-hand detection model
Link: https://code.alibaba-inc.com/Ali-MaaS/MaaS-lib/codereview/10260332
2022-10-01 15:57:12 +08:00
lllcho.lc
9fa761d7a6 [to #42322933] add PST action recognition model
Add patch shift transformer model for action recognition task.
        Link: https://code.alibaba-inc.com/Ali-MaaS/MaaS-lib/codereview/10282964
2022-10-01 11:10:36 +08:00
chaojie.mcj
0e52a20d28 [to #42322933]update license
以下算法进行了header变更:
modelscope.models.cv.cmdssl_video_embedding
modelscope.models.cv.action_recognition 
modelscope.models.cv.animal_recognition
modelscope.models.multi_modal.multi_stage_diffusion
modelscope.models.multi_modal.gemm

modelscope.pipelines.cv.live_category_pipeline
modelscope.pipelines.cv.video_category_pipeline
modelscope.models.cv.image_to_image_translation
modelscope.models.cv.image_to_image_generation

modelscope.models.cv.video_inpainting
modelscope.models.multi_modal.diffusion
modelscope.models.multi_modal.team
modelscope.models.cv.shop_segmentation
modelscope.models.cv.text_driven_segmentation
modelscope.models.cv.action_recognition 


modelscope.models.cv.face_emotion
modelscope.models.cv.hand_static
        Link: https://code.alibaba-inc.com/Ali-MaaS/MaaS-lib/codereview/10268474
2022-09-28 14:30:37 +08:00
Yingda Chen
11b33164c3 [to #42322933] disable t5 test temporarily 2022-09-28 09:26:44 +08:00
zhangzhicheng.zzc
d721fabb34 [to #42322933]bert with sequence classification / token classification/ fill mask refactor
1.新增支持原始bert模型(非easynlp的 backbone prefix版本)
2.支持bert的在sequence classification/fill mask /token classification上的backbone head形式
3.统一了sequence classification几个任务的pipeline到一个类
4.fill mask 支持backbone head形式
5.token classification的几个子任务(ner,word seg, part of speech)的preprocessor 统一到了一起TokenClassificationPreprocessor
6. sequence classification的几个子任务(single classification, pair classification)的preprocessor 统一到了一起SequenceClassificationPreprocessor
7. 改动register中 cls的group_key 赋值位置,之前的group_key在多个decorators的情况下,会被覆盖,obj_cls的group_key信息不正确
8. 基于backbone head形式将 原本group_key和 module同名的情况尝试做调整,如下在modelscope/pipelines/nlp/sequence_classification_pipeline.py 中 
原本
 @PIPELINES.register_module(
    Tasks.sentiment_classification, module_name=Pipelines.sentiment_classification)
改成
@PIPELINES.register_module(
    Tasks.text_classification, module_name=Pipelines.sentiment_classification)
相应的configuration.json也有改动,这样的改动更符合任务和pipline(子任务)的关系。
8. 其他相应改动为支持上述功能
        Link: https://code.alibaba-inc.com/Ali-MaaS/MaaS-lib/codereview/10041463
2022-09-27 23:08:33 +08:00
tingwei.gtw
372adb3936 [to #42322933] support hand-static model
Link: https://code.alibaba-inc.com/Ali-MaaS/MaaS-lib/codereview/10244616
2022-09-27 23:04:38 +08:00
yuze.zyz
357a233ee3 [to #42322933] fix bug: checkpoint hook and bestckpthook exists at the same time
Link: https://code.alibaba-inc.com/Ali-MaaS/MaaS-lib/codereview/10227608
2022-09-27 23:03:00 +08:00
jiaqi.sjq
e90ff9e479 [to #42322933] tts sambert am changs from tensorfow to PyTorch and add licenses
* [to #41669377] docs and tools refinement and release 

1. add build_doc linter script
2. add sphinx-docs support
3. add development doc and api doc
4. change version to 0.1.0 for the first internal release version

Link: https://code.aone.alibaba-inc.com/Ali-MaaS/MaaS-lib/codereview/8775307
2022-09-27 22:09:30 +08:00
wendi.hwd
26df8f1988 [to #42322933]add semantic-segmentation task output is numpy mask for demo-service
Link: https://code.alibaba-inc.com/Ali-MaaS/MaaS-lib/codereview/10265856
2022-09-27 15:01:05 +08:00
tianchu.gtc
bd4127bc27 [to #42322933]segformer 接入demo接口更改
Link: https://code.alibaba-inc.com/Ali-MaaS/MaaS-lib/codereview/10253628
2022-09-26 15:49:35 +08:00
zhangzhicheng.zzc
5e4894870b [to #42322933]add t5 model / text2text generation task
Link: https://code.alibaba-inc.com/Ali-MaaS/MaaS-lib/codereview/10191736

    * add T5 for generation
2022-09-26 12:23:28 +08:00
pengyu.lpy
3ed0c9c8d8 [to #42322933] relax un-determinsitic test validation constraints
放松了tests/pipelines/easycv_pipelines/test_segmentation_pipeline.py里面对于识别非determinsitic的校验条件,一方便后续模型更新
        Link: https://code.alibaba-inc.com/Ali-MaaS/MaaS-lib/codereview/10245940
2022-09-24 17:58:42 +08:00
hemu.zp
69f8928dd2 [to #42322933] Replace mplug input 'question' with 'text'
mplug 相关任务 pipeline 输入字段统一为 'image' + 'text'
        Link: https://code.alibaba-inc.com/Ali-MaaS/MaaS-lib/codereview/10236282
2022-09-23 15:54:17 +08:00
bin.xue
470a1989bc [to #42322933] feat: far field KWS accept mono audio for online demo
Link: https://code.alibaba-inc.com/Ali-MaaS/MaaS-lib/codereview/10211100
2022-09-22 23:01:14 +08:00
jiangnana.jnn
376ba9fef9 [to #42322933]update easycv pipelines
Link: https://code.alibaba-inc.com/Ali-MaaS/MaaS-lib/codereview/10208603

    * update easycv pipelines
2022-09-22 15:15:29 +08:00
yichang.zyc
b537bb8c27 fix vg return value
Link: https://code.alibaba-inc.com/Ali-MaaS/MaaS-lib/codereview/10207239
2022-09-21 18:57:34 +08:00
jiangnana.jnn
1794e08af7 fix dist training
Link: https://code.alibaba-inc.com/Ali-MaaS/MaaS-lib/codereview/10185634

    * fix dist training
2022-09-21 17:47:50 +08:00
yuze.zyz
c2b1ff8389 [to #42322933] Add exporter module for onnx,ts and other formats.
1. Add exporter module
2. Move collate_fn out of the base pipeline class for reusing.
3. Add dummy inputs method in nlp tokenization preprocessor base class
4. Support Mapping in tensor numpify and detaching.
        Link: https://code.alibaba-inc.com/Ali-MaaS/MaaS-lib/codereview/10037704
2022-09-21 14:25:06 +08:00
wenmeng.zwm
6808e9a301 [to #44902099] add license for framework files
Link: https://code.alibaba-inc.com/Ali-MaaS/MaaS-lib/codereview/10189613
2022-09-20 17:49:31 +08:00
yuze.zyz
4cdd0c23eb [to #42322933] Refactor and fix some bugs
1. Fix a bug in trainer's progress bar
2. Fix a bug that trainer does not support dataset in config file
3. Add feature: support go on training via checkpoint file
4. Add feature: support fixed filename when saving best checkpoint
5. Fix a bug that no id2label in config file after finetune of nlp models
6. Fix some other bugs
        Link: https://code.alibaba-inc.com/Ali-MaaS/MaaS-lib/codereview/10138906
2022-09-19 17:05:35 +08:00
myf272609
0041ab0ab8 [to #42322933] add multi-style cartoon models to ut
1. 卡通化接入多风格模型(原始日漫风、3D、手绘风、素描风、艺术特效风格),添加ut接入测试
2. 修改pipeline中模型文件名称至通用名
        Link: https://code.alibaba-inc.com/Ali-MaaS/MaaS-lib/codereview/10153717
2022-09-19 11:28:01 +08:00
lingcai.wl
0548d92de8 [to #44657982] fix some demo problems
Link: https://code.alibaba-inc.com/Ali-MaaS/MaaS-lib/codereview/10083156
2022-09-19 10:27:26 +08:00
wenmeng.zwm
7fb25d7bbb [to #42322933]fix UT error for 830 version
Link: https://code.alibaba-inc.com/Ali-MaaS/MaaS-lib/codereview/10142442
2022-09-16 22:42:39 +08:00
mulin.lyh
b0b711b39c [to #44964129]fix: ci result always pass
Link: https://code.alibaba-inc.com/Ali-MaaS/MaaS-lib/codereview/10140476
2022-09-15 19:28:39 +08:00
jiangnana.jnn
adee5d10ae update EasyCV MsDataset
Link: https://code.alibaba-inc.com/Ali-MaaS/MaaS-lib/codereview/10103248

    * update EasyCV MSDataset
2022-09-15 18:11:03 +08:00
xingjun.wxj
7cb72cc46e [to #42322933]MsDataset upload bugfix for 0830 version.
CR link: https://code.alibaba-inc.com/Ali-MaaS/MaaS-lib/codereview/10109035#tab=changes&file=8348e8153b2f4a6dbd52e471b4980542355408ed

Please refer to aone links:

1. https://aone.alibaba-inc.com/v2/project/1162242/bug#viewIdentifier=b622c099e2199bc034401fbe&openWorkitemIdentifier=44889184

2. https://aone.alibaba-inc.com/v2/project/1162242/bug#viewIdentifier=b622c099e2199bc034401fbe&openWorkitemIdentifier=44858810

3. https://aone.alibaba-inc.com/v2/project/1162242/bug#viewIdentifier=b622c099e2199bc034401fbe&openWorkitemIdentifier=44857728

4. https://aone.alibaba-inc.com/v2/project/1162242/bug#viewIdentifier=b622c099e2199bc034401fbe&openWorkitemIdentifier=44658972
2022-09-14 19:24:48 +08:00
caorongyu.cry
77cfcf0a9a [to #42322933] commit nlp_convai_text2sql_pretrain_cn inference process to modelscope
commit nlp_convai_text2sql_pretrain_cn inference process to modelscope
        Link: https://code.alibaba-inc.com/Ali-MaaS/MaaS-lib/codereview/10025155
2022-09-14 19:04:56 +08:00
mulin.lyh
ff58300d09 [to #44857956]fix: disable git command username/password prompt
Link: https://code.alibaba-inc.com/Ali-MaaS/MaaS-lib/codereview/10106602

    * [to #44857956]fix: disable git command username/password prompt
2022-09-14 06:44:04 +08:00
dingkun.ldk
54e1a6d88b [to #42322933]830NLP 篇章排序/文本表示模型代码check
Link: https://code.alibaba-inc.com/Ali-MaaS/MaaS-lib/codereview/9856179
2022-09-10 15:59:56 +08:00
Yingda Chen
e0ef60ca9b [to #42322933] skip demo test by default 2022-09-09 14:56:33 +08:00
ly119399
b41b10f897 [to #42322933] space finetune on generation task
Link: https://code.alibaba-inc.com/Ali-MaaS/MaaS-lib/codereview/10061562
2022-09-09 14:27:08 +08:00
bin.xue
4be7737122 [to #42322933] audio pipelines accept url as input 2022-09-09 13:51:09 +08:00
shichen.fsc
84c384cc57 [to #42322933] add httpurl support for KWS
Link: https://code.alibaba-inc.com/Ali-MaaS/MaaS-lib/codereview/10078262
2022-09-09 10:06:20 +08:00
jiangnana.jnn
5e176da3a1 adapt to msdataset for EasyCV
Link: https://code.alibaba-inc.com/Ali-MaaS/MaaS-lib/codereview/9935664

    * adapt to msdataset for EasyCV
2022-09-09 10:01:51 +08:00
lingcai.wl
7a49fa1cc6 [to #44657982] add unittest for demo and demotest utils
unittest for demo service
        Link: https://code.alibaba-inc.com/Ali-MaaS/MaaS-lib/codereview/10006180
2022-09-08 14:08:51 +08:00
cyc385202
d4759e4c24 [to #42322933] 加入space模型在banking数据集上的finetune代码
加入space模型在banking数据集上的微调代码
        Link: https://code.alibaba-inc.com/Ali-MaaS/MaaS-lib/codereview/10006792
2022-09-08 13:45:14 +08:00
shichen.fsc
6fd5f671fa [to #42322933] add httpurl support for ASR
Link: https://code.alibaba-inc.com/Ali-MaaS/MaaS-lib/codereview/10043608
2022-09-08 11:00:35 +08:00
tingwei.gtw
7b23c41748 [to #42322933] Add video-inpainting files
视频编辑的cr
        Link: https://code.alibaba-inc.com/Ali-MaaS/MaaS-lib/codereview/10026166
2022-09-07 21:06:25 +08:00