yichang.zyc
9db97366eb
[to #42322933 ] fix sample collate bug
Link: https://code.alibaba-inc.com/Ali-MaaS/MaaS-lib/codereview/9615938
* add init and make demo compatible
* make demo compatible
* fix comments
* add distilled ut
* Merge remote-tracking branch 'origin/master' into ofa/bug_fix
* fix sample collate bug
* Merge remote-tracking branch 'origin/master' into ofa/bug_fix
# Conflicts:
# tests/pipelines/test_ofa_tasks.py
* Merge remote-tracking branch 'origin/master' into ofa/bug_fix
* fix sample collate bug
3 years ago
xuangen.hlh
a3c460b139
[to #42322933 ]rename imagen to diffusion
出于可能法务风险,将复现的Google 「Imagen」算法重命名为「diffusion」。
Link: https://code.alibaba-inc.com/Ali-MaaS/MaaS-lib/codereview/9608897
3 years ago
shichen.fsc
e134254c6c
[to #42322933 ] add foreign language supported, and audio data resample -- asr inference
asr推理增加对其他外文的支持,包括计算wer。
增加对音频重采样,根据传入音频的采样率和当前模型支持的采样率,在easyasr内部完成重采样。注意,输入数据为pcm时,需要同时传入pcm的sample rate,否则当成16K。
Link: https://code.alibaba-inc.com/Ali-MaaS/MaaS-lib/codereview/9580609
3 years ago
baiguan.yt
3f7a5c8279
[to #42322933 ]人像增强
Link: https://code.alibaba-inc.com/Ali-MaaS/MaaS-lib/codereview/9590794
3 years ago
yichang.zyc
21de1e7db0
[to #42322933 ] add init and make demo compatible link: https://code.alibaba-inc.com/Ali-MaaS/MaaS-lib/codereview/9606656
add init and make demo compatible
Link: https://code.alibaba-inc.com/Ali-MaaS/MaaS-lib/codereview/9606656
* add init and make demo compatible
* make demo compatible
* fix comments
* add distilled ut
* Merge remote-tracking branch 'origin/master' into ofa/bug_fix
3 years ago
wenmeng.zwm
7798a6250a
[to #43112692 ] stardarized task name and output
1. task name and output definition: [link](https://alidocs.dingtalk.com/i/nodes/KOEmgBoGwD78vd2bAry3VndLerP9b30a?nav=spaces&navQuery=spaceId%3Dnb9XJNlZxbgrOXyA&iframeQuery=utm_source%3Dportal%26utm_medium%3Dportal_space_file_tree )
2. rearrange task definition and add more outputs definition for tasks
Link: https://code.alibaba-inc.com/Ali-MaaS/MaaS-lib/codereview/9585469
3 years ago
baishuai.bs
06186d4829
[to #43133921 ] change name(virtual-tryon to virtual-try-on)
replace virtual-tryon with virtual-try-on
Link: https://code.alibaba-inc.com/Ali-MaaS/MaaS-lib/codereview/9600141
3 years ago
bin.xue
b2be1abcad
[to #42322933 ] feat: aec pipeline also accept tuple and add test
3 years ago
myf272609
6940d7720e
[to #42322933 ] rename task of person_image_cartoon and fix a bug
- 应工程同学要求,修改原使用的一级task(image-generation)至新二级task(image-cartoon)
- 修复无人脸时无图像结果返回,更新为 返回背景卡通化后的图像(无人脸卡通化处理)
Link: https://code.alibaba-inc.com/Ali-MaaS/MaaS-lib/codereview/9594912
3 years ago
wendi.hwd
8a6c37fd6b
[to #42322933 ] update detection task name
Link: https://code.alibaba-inc.com/Ali-MaaS/MaaS-lib/codereview/9597835
3 years ago
jianqiang.rjq
fa4f9db5fa
[to #42322933 ]Merge request from 雪洛:rename-style-transfer
Link: https://code.alibaba-inc.com/Ali-MaaS/MaaS-lib/codereview/9588372
3 years ago
tianxi.tl
fc89cf8f3e
upload image_to_image_generation code
Link: https://code.alibaba-inc.com/Ali-MaaS/MaaS-lib/codereview/9564875
3 years ago
bin.xue
558cf01d57
[to #42322933 ]feat: split speech-signal-process task to subtasks
3 years ago
dangwei.ldw
e93339ea87
[to #42322933 ]Merge request from 仲理:feat/product_feature
Link: https://code.alibaba-inc.com/Ali-MaaS/MaaS-lib/codereview/9515599
3 years ago
bin.xue
d987ac634b
[to #42322933 ] test: disable tests of speech-signal-process task for splitting sub tasks
3 years ago
Yingda Chen
9471f0a9a7
[to #42322933 ] disable ner test temporarily
3 years ago
hemu.zp
8f060d0bc3
[to #42322933 ] Add GPT3 base model
添加 GPT3 base 模型,复用 text generation pipeline
3 years ago
baishuai.bs
667a7b9ba7
[to #43133921 ] visual try-on Task
虚拟试衣修改输入为tuple格式
Link: https://code.alibaba-inc.com/Ali-MaaS/MaaS-lib/codereview/9561416
* change input to tuple
* support dict or tuple input
* Merge branch 'master' into cv/virtual_tryon
* Merge remote-tracking branch 'origin/master' into cv/virtual_tryon
3 years ago
wendi.hwd
674e625e7c
[to #42322933 ]cv_det_branch_to_master
Link: https://code.alibaba-inc.com/Ali-MaaS/MaaS-lib/codereview/9490080
3 years ago
wenmeng.zwm
b3f4ac8acc
[to #43115042 ] add trainer usage doc
1. add trainer doc
2. support local configuration file for trainer
3. update nlp trainer test
Link: https://code.alibaba-inc.com/Ali-MaaS/MaaS-lib/codereview/9541239
3 years ago
yichang.zyc
d1d2c96dd9
add 6 ofa tasks
3 years ago
klayzhang.zb
ca4b5b2565
[to #42322933 ][NLP] Add text error correction task
NLP新增文本纠错任务
Link: https://code.alibaba-inc.com/Ali-MaaS/MaaS-lib/codereview/9540716
3 years ago
bin.xue
e3bffedb87
[to #42322933 ] aec pipeline修改C++库依赖到MinDAEC
Link: https://code.alibaba-inc.com/Ali-MaaS/MaaS-lib/codereview/9563105
* use MinDAEC instead of cdll
* feat: ANS pipeline can accept bytes as input and adjust processing order to reduce the amount of computation
3 years ago
yuxiang.tyx
7e0af3dddc
[to #42322933 ]add cv-faceDetection and cv-faceRecognition
1. support FaceDetectionPipeline inference
Link: https://code.alibaba-inc.com/Ali-MaaS/MaaS-lib/codereview/9470723
3 years ago
tianxi.tl
0424f3c510
[to #42322933 ]image2image_translation codes
Link: https://code.alibaba-inc.com/Ali-MaaS/MaaS-lib/codereview/9526987
3 years ago
qianming.lm
6dfb51186c
[to #42322933 ]add cv_resnet50_live-category
添加直播类目模型
Link: https://code.alibaba-inc.com/Ali-MaaS/MaaS-lib/codereview/9476982
3 years ago
qianming.lm
0b16dbd66c
[to #42322933 ] add cv_resnet50_video-category to maas lib
新增视频内容分类模型
Link: https://code.alibaba-inc.com/Ali-MaaS/MaaS-lib/codereview/9479334
3 years ago
zhanning.gzn
81718bd643
[to #42322933 ] Add image-classification-imagenet and image-classification-dailylife pipelines
*Add image-classification-imagenet and image-classification-dailylife pipelines
*Add models.cv.mmcls_model.ClassificaitonModel as a wrapper class for mmcls
3 years ago
bin.xue
087e684da5
[to #42322933 ] fix ans_pipeline bug and add test
3 years ago
wenmeng.zwm
d55525bfb6
[to #43112771 ] requirements check and lazy import support
3 years ago
shichen.fsc
5ac448f5c7
[to #42322933 ] simplify asr inference code, and remove disk-write behavior
Link: https://code.alibaba-inc.com/Ali-MaaS/MaaS-lib/codereview/9410174
3 years ago
huizheng.hz
8120891eb7
[to #42322933 ][730 model] add image denoise
Link: https://code.alibaba-inc.com/Ali-MaaS/MaaS-lib/codereview/9491966
3 years ago
siyang.ssy
72f8c43cca
[to #42322933 ]add video multi-model feature
Link: https://code.alibaba-inc.com/Ali-MaaS/MaaS-lib/codereview/9458640
3 years ago
hejunjie.hjj
c112e599fe
[to #42322933 ]enable image segmentation test
enable image segmentation test
Link: https://code.alibaba-inc.com/Ali-MaaS/MaaS-lib/codereview/9522337
3 years ago
hemu.zp
5985bd10ba
[to #42322933 ] move mplug code to maas
Migrate MPLUG model code from sofa to maas.
No need to download checkpoint from huggingface anymore.
Added OutputKeys definition for vqa.
3 years ago
lingchen.zlm
18a20d2efa
[to #42322933 ] add generative multimodal embedding model
Link: https://code.alibaba-inc.com/Ali-MaaS/MaaS-lib/codereview/9491487
3 years ago
Yingda Chen
2e43b376f5
[to #42322933 ]disable image segmentation test temporarily
3 years ago
hejunjie.hjj
321292ceda
[to #42322933 ] add image instance segmentation pipeline and finetune to MaaS-lib
3 years ago
shichen.fsc
b3b950e616
[to #42322933 ] simplify kws code, and remove disk-write behavior
Link: https://code.alibaba-inc.com/Ali-MaaS/MaaS-lib/codereview/9491681
3 years ago
wenqi.oywq
da20fb66e9
[to #43259593 ]添加image-color-enhance, pipeline and trainer
添加image-color-enhance, pipeline and trainer
Link: https://code.alibaba-inc.com/Ali-MaaS/MaaS-lib/codereview/9483118
3 years ago
baishuai.bs
2d1ce75dcc
[to #43259593 ]add cv tryon task
增加虚拟试衣任务,输入模特图,骨骼图,衣服展示图,生成试衣效果图
Link: https://code.alibaba-inc.com/Ali-MaaS/MaaS-lib/codereview/9401415
3 years ago
wenmeng.zwm
4814b198f0
[to #43112534 ] taskdataset refine and auto placement for data and model
* refine taskdataset interface
* add device placement for trainer
* add device placement for pipeline
* add config checker and fix model placement bug
* fix cycling import
* refactor model init for translation_pipeline
* cv pipelines support kwargs
Link: https://code.alibaba-inc.com/Ali-MaaS/MaaS-lib/codereview/9463076
3 years ago
zhangzhicheng.zzc
68fc437044
[to #42322933 ] Add backbone-head model structure
3 years ago
baiguan.yt
14a62d401e
[to #42322933 ] Add image--pipeline to maas lib
Link: https://code.alibaba-inc.com/Ali-MaaS/MaaS-lib/codereview/9460900
3 years ago
baiguan.yt
52725fa3e9
[to #42322933 ] Update tasks of face_image_generation and image_super_resolution
Link: https://code.alibaba-inc.com/Ali-MaaS/MaaS-lib/codereview/9465050
3 years ago
pangda
fd4a027a07
[to #42322933 ] NLP/命名实体识别模型(NER)接入
Link: https://code.alibaba-inc.com/Ali-MaaS/MaaS-lib/codereview/9435758
* add model nncrf, which includes tcrf(transformer-crf) and lcrf(lstm-crf, will be implemented in 830 version).
* add NER metainfo, pipeline
3 years ago
baiguan.yt
789f66d7e6
[to #42322933 ] Add cv-image-super-resolution-pipeline to maas lib
Link: https://code.alibaba-inc.com/Ali-MaaS/MaaS-lib/codereview/9440706
* init
* merge master
3 years ago
baiguan.yt
51bd47a72c
[to #42322933 ] 人脸生成
添加了基于stylegan2的人像生成算法
Link: https://code.alibaba-inc.com/Ali-MaaS/MaaS-lib/codereview/9426478
3 years ago
yichang.zyc
b5ff6e9b8c
[to #42322933 ] add ofa source code and caption distill model code reivew link: https://code.alibaba-inc.com/Ali-MaaS/MaaS-lib/codereview/9373663
3 years ago
feiwu.yfw
2c3875c0e1
[to #43299989 ] Fix msdataset
* fix msdataset
Link: https://code.alibaba-inc.com/Ali-MaaS/MaaS-lib/codereview/9436292
* fix msdataset
3 years ago