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
|
3 years ago |
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
|
3 years ago |
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
|
3 years ago |
tingwei.gtw
|
a079ab922f
|
[to #42322933] add product-segmentation pipeline
Link: https://code.alibaba-inc.com/Ali-MaaS/MaaS-lib/codereview/10252583
|
3 years ago |
tingwei.gtw
|
5343c899fb
|
[to #42322933] add face-emotion pipeline
Link: https://code.alibaba-inc.com/Ali-MaaS/MaaS-lib/codereview/10202117
|
3 years ago |
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
|
3 years ago |
tingwei.gtw
|
4199af337e
|
[to #42322933] add face-human-hand detection model
Link: https://code.alibaba-inc.com/Ali-MaaS/MaaS-lib/codereview/10260332
|
3 years ago |
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
|
3 years ago |
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
|
3 years ago |
Yingda Chen
|
11b33164c3
|
[to #42322933] disable t5 test temporarily
|
3 years ago |
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
|
3 years ago |
tingwei.gtw
|
372adb3936
|
[to #42322933] support hand-static model
Link: https://code.alibaba-inc.com/Ali-MaaS/MaaS-lib/codereview/10244616
|
3 years ago |
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
|
3 years ago |
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
|
3 years ago |
tianchu.gtc
|
bd4127bc27
|
[to #42322933]segformer 接入demo接口更改
Link: https://code.alibaba-inc.com/Ali-MaaS/MaaS-lib/codereview/10253628
|
3 years ago |
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
|
3 years ago |
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
|
3 years ago |
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
|
3 years ago |
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
|
3 years ago |
jiangnana.jnn
|
376ba9fef9
|
[to #42322933]update easycv pipelines
Link: https://code.alibaba-inc.com/Ali-MaaS/MaaS-lib/codereview/10208603
* update easycv pipelines
|
3 years ago |
yichang.zyc
|
b537bb8c27
|
fix vg return value
Link: https://code.alibaba-inc.com/Ali-MaaS/MaaS-lib/codereview/10207239
|
3 years ago |
wenmeng.zwm
|
6808e9a301
|
[to #44902099] add license for framework files
Link: https://code.alibaba-inc.com/Ali-MaaS/MaaS-lib/codereview/10189613
|
3 years ago |
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
|
3 years ago |
lingcai.wl
|
0548d92de8
|
[to #44657982] fix some demo problems
Link: https://code.alibaba-inc.com/Ali-MaaS/MaaS-lib/codereview/10083156
|
3 years ago |
wenmeng.zwm
|
7fb25d7bbb
|
[to #42322933]fix UT error for 830 version
Link: https://code.alibaba-inc.com/Ali-MaaS/MaaS-lib/codereview/10142442
|
3 years ago |
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
|
3 years ago |
dingkun.ldk
|
54e1a6d88b
|
[to #42322933]830NLP 篇章排序/文本表示模型代码check
Link: https://code.alibaba-inc.com/Ali-MaaS/MaaS-lib/codereview/9856179
|
3 years ago |
Yingda Chen
|
e0ef60ca9b
|
[to #42322933] skip demo test by default
|
3 years ago |
bin.xue
|
4be7737122
|
[to #42322933] audio pipelines accept url as input
|
3 years ago |
shichen.fsc
|
84c384cc57
|
[to #42322933] add httpurl support for KWS
Link: https://code.alibaba-inc.com/Ali-MaaS/MaaS-lib/codereview/10078262
|
3 years ago |
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
|
3 years ago |
shichen.fsc
|
6fd5f671fa
|
[to #42322933] add httpurl support for ASR
Link: https://code.alibaba-inc.com/Ali-MaaS/MaaS-lib/codereview/10043608
|
3 years ago |
tingwei.gtw
|
7b23c41748
|
[to #42322933] Add video-inpainting files
视频编辑的cr
Link: https://code.alibaba-inc.com/Ali-MaaS/MaaS-lib/codereview/10026166
|
3 years ago |
shichen.fsc
|
a8fd9c4afe
|
[to #42322933] add new pipeline - PoNet for fill-mask
Link: https://code.alibaba-inc.com/Ali-MaaS/MaaS-lib/codereview/10019083
|
3 years ago |
dingkun.ldk
|
7ed4015bdc
|
[to #42322933]支持词性标注
Link: https://code.alibaba-inc.com/Ali-MaaS/MaaS-lib/codereview/9980774
|
3 years ago |
ly261666
|
8f05fa8cf1
|
[to #42322933] 新增MogFace人脸检测器
Link: https://code.alibaba-inc.com/Ali-MaaS/MaaS-lib/codereview/9921926
|
3 years ago |
ly261666
|
c12957a9eb
|
[to #42322933] 新增Mtcnn人脸检测器
1. 完成Maas-cv CR标准 自查
Link: https://code.alibaba-inc.com/Ali-MaaS/MaaS-lib/codereview/9951519
* [to #42322933] 新增Mtcnn人脸检测器
|
3 years ago |
eniac.xcw
|
d38076b072
|
makes test code clear
Link: https://code.alibaba-inc.com/Ali-MaaS/MaaS-lib/codereview/10041992
|
3 years ago |
xuangen.hlh
|
f7f29ed1ff
|
DALL-E 2: 修复dev/dalle2_1分支问题,增加测试代码,本地测试通过
Link: https://code.alibaba-inc.com/Ali-MaaS/MaaS-lib/codereview/10037492
|
3 years ago |
ly261666
|
9cbf246a8c
|
[to #42322933] 新增ULFD人脸检测器
1. 完成Maas-cv CR标准 自查
Link: https://code.alibaba-inc.com/Ali-MaaS/MaaS-lib/codereview/9957634
|
3 years ago |
suluyan.sly
|
904374d329
|
[to #42322933] feat: plug inference
Link: https://code.alibaba-inc.com/Ali-MaaS/MaaS-lib/codereview/9931748
|
3 years ago |
liangting.zl
|
4484dcaa04
|
[to #42322933] feat: add hand keypoints pipeline
Link: https://code.alibaba-inc.com/Ali-MaaS/MaaS-lib/codereview/9961906
* feat: add hand keypoints pipeline
|
3 years ago |
ly261666
|
adab7d3391
|
[to #42322933] 新增FER人脸属性识别
完成Maas-cv CR自查;
新增个Task,已经跟产品确认可以增加,正在走流程中,目前还不在https://aone.alibaba-inc.com/v2/project/1181559/req#viewIdentifier=d7f112f9d023e2108fa1b0d8这里,后续会增加过来
Link: https://code.alibaba-inc.com/Ali-MaaS/MaaS-lib/codereview/9976346
|
3 years ago |
ly261666
|
f508be8918
|
[to #42322933] 新增RetinaFace人脸检测器
1. 新增人脸检测RetinaFace模型;
2. 完成Maas-cv CR标准自查
Link: https://code.alibaba-inc.com/Ali-MaaS/MaaS-lib/codereview/9945188
|
3 years ago |
xingguang.zxg
|
0451627626
|
[to #42322933]商品显著性分割v1.0
商品显著性检测模型,依赖opencv,mmcv-full
Link: https://code.alibaba-inc.com/Ali-MaaS/MaaS-lib/codereview/9909897
|
3 years ago |
shouzhou.bx
|
4073376f51
|
[to #42322933]add face 2d keypoints by EasyCV
Link: https://code.alibaba-inc.com/Ali-MaaS/MaaS-lib/codereview/9934673
* add face 2d keypoints
|
3 years ago |
suluyan.sly
|
5a2634610a
|
[to #42322933]skip sbert_en&bert_ch to save ci time

fill mask pipeline 测试时间过长
这个task测了4个模型。从保证代码正确性的功能角度看,只测一个bert类(比如sbert中文),一个roberta类(veco)。减少测试的模型数量以减少测试时长。
Link: https://code.alibaba-inc.com/Ali-MaaS/MaaS-lib/codereview/10006556
* skip sbert_en&bert_ch to save ci time
|
3 years ago |
xingguang.zxg
|
4d3716cf4e
|
[to #42322933]文本指导的语义分割模型
文本指导的语义分割模型,根据输入的文本信息,讲图像中对应文本描述的物体分割出来。
Link: https://code.alibaba-inc.com/Ali-MaaS/MaaS-lib/codereview/9942863
|
3 years ago |
xianzhe.xxz
|
1bac4f3349
|
[to #42322933]add tinynas-detection pipeline and models
接入tinynas-detection,新增tinynas object detection pipeline以及tinynas models。
Link: https://code.alibaba-inc.com/Ali-MaaS/MaaS-lib/codereview/9938220
|
3 years ago |
peter.lx
|
780330897a
|
[to #42322933] add Deberta v2 modeling and fill_mask task, with master merged
add Deberta v2 modeling and fill_mask task, with master merged
Link: https://code.alibaba-inc.com/Ali-MaaS/MaaS-lib/codereview/9966511
|
3 years ago |