Commit Graph

1195 Commits

Author SHA1 Message Date
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
2022-08-02 21:52:39 +08:00
baiguan.yt
3f7a5c8279 [to #42322933]人像增强
Link: https://code.alibaba-inc.com/Ali-MaaS/MaaS-lib/codereview/9590794
2022-08-02 21:33:32 +08:00
yuze.zyz
7d348b9ae8 [to #42322933] change dummy dataset to msdataset
1. change dummy dataset to msdataset
        Link: https://code.alibaba-inc.com/Ali-MaaS/MaaS-lib/codereview/9586561

    * change dummpy dataset to msdataset

* add pre-commit ignore

* Merge commit 'e93339ea877b93fa0c1b9ebfeee8877f78facb0e' into feat/ms_dataset_case

* Merge commit '34840fc5d8a8ee8cd1278efea913d42db522f9c8' into feat/ms_dataset_case

* remove useless ip hosts.

* Merge commit '47dda0a5f9b4b4466177d9acae097a53f8bea8f7' into feat/ms_dataset_case

* Merge commit '21de1e7db035843c6c2caccf382a6e4f7071f96b' into feat/ms_dataset_case
2022-08-02 21:07:47 +08:00
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
2022-08-02 20:42:13 +08:00
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
2022-08-02 20:21:05 +08:00
mulin.lyh
47dda0a5f9 [to #43698011]feat: login with access token 2022-08-02 18:16:28 +08:00
jiangnana.jnn
34840fc5d8 [to #43627720] support ReduceLROnPlateau and fix lr scheduler
1. Support `ReduceLROnPlateau` lr scheduler, and add  `PlateauLrSchedulerHook` for it
2. Support custom `optimizer_hook` and `lr_scheduler_hook`
3. Remove function of save best ckpt from `EvaluationHook`, replace with `BestCkptSaverHook`
4. `evaluation_loop` return metric values directly,move metric computation to `single_gpu_test` and `multi_gpu_test`
        Link: https://code.alibaba-inc.com/Ali-MaaS/MaaS-lib/codereview/9584322

    * [to #43627720] support ReduceLROnPlateau and fix lr scheduler
2022-08-02 14:49:48 +08:00
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
2022-08-02 14:36:44 +08:00
bin.xue
b2be1abcad [to #42322933] feat: aec pipeline also accept tuple and add test 2022-08-02 14:03:11 +08:00
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
2022-08-02 13:09:49 +08:00
wendi.hwd
8a6c37fd6b [to #42322933] update detection task name
Link: https://code.alibaba-inc.com/Ali-MaaS/MaaS-lib/codereview/9597835
2022-08-02 12:02:31 +08:00
jianqiang.rjq
fa4f9db5fa [to #42322933]Merge request from 雪洛:rename-style-transfer
Link: https://code.alibaba-inc.com/Ali-MaaS/MaaS-lib/codereview/9588372
2022-08-02 11:01:09 +08:00
tianxi.tl
fc89cf8f3e upload image_to_image_generation code
Link: https://code.alibaba-inc.com/Ali-MaaS/MaaS-lib/codereview/9564875
2022-08-02 00:04:26 +08:00
bin.xue
558cf01d57 [to #42322933]feat: split speech-signal-process task to subtasks 2022-08-01 20:56:32 +08:00
dangwei.ldw
e93339ea87 [to #42322933]Merge request from 仲理:feat/product_feature
Link: https://code.alibaba-inc.com/Ali-MaaS/MaaS-lib/codereview/9515599
2022-08-01 17:53:22 +08:00
bin.xue
d987ac634b [to #42322933] test: disable tests of speech-signal-process task for splitting sub tasks 2022-08-01 16:16:43 +08:00
Yingda Chen
9471f0a9a7 [to #42322933] disable ner test temporarily 2022-08-01 13:35:16 +08:00
hemu.zp
8f060d0bc3 [to #42322933] Add GPT3 base model
添加 GPT3 base 模型,复用 text generation pipeline
2022-07-30 11:03:01 +08:00
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
2022-07-29 12:51:36 +08:00
feiwu.yfw
743e876981 [to #43660556] msdataset数据集加载
Link: https://code.alibaba-inc.com/Ali-MaaS/MaaS-lib/codereview/9552632

* load csv dataset from modelscoop
2022-07-29 12:22:48 +08:00
wendi.hwd
674e625e7c [to #42322933]cv_det_branch_to_master
Link: https://code.alibaba-inc.com/Ali-MaaS/MaaS-lib/codereview/9490080
2022-07-29 11:48:51 +08:00
wenmeng.zwm
39c684db24 [to #43115513] remove easynlp trainer test
Link: https://code.alibaba-inc.com/Ali-MaaS/MaaS-lib/codereview/9567392
2022-07-29 11:19:54 +08:00
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
2022-07-29 10:28:50 +08:00
yichang.zyc
d1d2c96dd9 add 6 ofa tasks 2022-07-28 23:25:17 +08:00
klayzhang.zb
ca4b5b2565 [to #42322933][NLP] Add text error correction task
NLP新增文本纠错任务
        Link: https://code.alibaba-inc.com/Ali-MaaS/MaaS-lib/codereview/9540716
2022-07-28 23:01:28 +08:00
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
2022-07-28 22:59:57 +08:00
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
2022-07-28 21:52:18 +08:00
tianxi.tl
0424f3c510 [to #42322933]image2image_translation codes
Link: https://code.alibaba-inc.com/Ali-MaaS/MaaS-lib/codereview/9526987
2022-07-28 19:16:35 +08:00
jiangnana.jnn
21437650f1 [to #43627720] support distributed training
Link: https://code.alibaba-inc.com/Ali-MaaS/MaaS-lib/codereview/9551089

    * support distributed training
2022-07-28 17:43:23 +08:00
qianming.lm
6dfb51186c [to #42322933]add cv_resnet50_live-category
添加直播类目模型
        Link: https://code.alibaba-inc.com/Ali-MaaS/MaaS-lib/codereview/9476982
2022-07-28 10:07:33 +08:00
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
2022-07-27 23:42:27 +08:00
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
2022-07-27 22:29:13 +08:00
bin.xue
087e684da5 [to #42322933] fix ans_pipeline bug and add test 2022-07-27 18:45:17 +08:00
wenmeng.zwm
d55525bfb6 [to #43112771] requirements check and lazy import support 2022-07-27 17:29:16 +08:00
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
2022-07-27 14:49:24 +08:00
huizheng.hz
8120891eb7 [to #42322933][730 model] add image denoise
Link: https://code.alibaba-inc.com/Ali-MaaS/MaaS-lib/codereview/9491966
2022-07-27 09:15:59 +08:00
siyang.ssy
72f8c43cca [to #42322933]add video multi-model feature
Link: https://code.alibaba-inc.com/Ali-MaaS/MaaS-lib/codereview/9458640
2022-07-26 22:48:07 +08:00
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
2022-07-26 17:49:20 +08:00
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.
2022-07-26 16:29:35 +08:00
lingchen.zlm
18a20d2efa [to #42322933] add generative multimodal embedding model
Link: https://code.alibaba-inc.com/Ali-MaaS/MaaS-lib/codereview/9491487
2022-07-26 14:09:18 +08:00
eniac.xcw
ef8b1f2bd7 [to #42322933]add clip fine-tune code
Link: https://code.alibaba-inc.com/Ali-MaaS/MaaS-lib/codereview/9497065
2022-07-26 14:06:52 +08:00
Yingda Chen
2e43b376f5 [to #42322933]disable image segmentation test temporarily 2022-07-26 13:17:29 +08:00
mulin.lyh
fc90bf0d1a [to #43554786]fix: test error is not detected in gate test, protobuf version to (3, 3.21.0) for tensorflow
限制protobuf版本,修复单元测试有error返回值为0问题
        Link: https://code.alibaba-inc.com/Ali-MaaS/MaaS-lib/codereview/9510263

    * fix test error is not detected in gate test, protobuf version to (3, 3.21.0)
2022-07-26 10:57:16 +08:00
hejunjie.hjj
321292ceda [to #42322933] add image instance segmentation pipeline and finetune to MaaS-lib 2022-07-26 10:19:07 +08:00
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
2022-07-25 22:37:15 +08:00
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
2022-07-25 13:30:11 +08:00
baishuai.bs
2d1ce75dcc [to #43259593]add cv tryon task
增加虚拟试衣任务,输入模特图,骨骼图,衣服展示图,生成试衣效果图
        Link: https://code.alibaba-inc.com/Ali-MaaS/MaaS-lib/codereview/9401415
2022-07-25 13:07:20 +08:00
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
2022-07-23 11:08:43 +08:00
mulin.lyh
c4fb2445d6 [to #43259593]feat: add list model api
添加list model查询api
        Link: https://code.alibaba-inc.com/Ali-MaaS/MaaS-lib/codereview/9446917
2022-07-22 22:46:01 +08:00
zhangzhicheng.zzc
68fc437044 [to #42322933] Add backbone-head model structure 2022-07-22 17:03:38 +08:00