行嗔
c546f2a8b9
Merge remote-tracking branch 'origin/master' into ofa/finetune
# Conflicts:
# modelscope/preprocessors/multi_modal.py
3 years ago
行嗔
a3aee4bec2
test finetune
3 years ago
fubang.zfb
8f81807537
[to #42322933 ] 关系抽取
Link: https://code.alibaba-inc.com/Ali-MaaS/MaaS-lib/codereview/9938140
3 years ago
pengyu.lpy
ce41ded423
[to #42322933 ]modify test_segmentation_pipeline.py for damo models
基于easycv上线的segformer,对应上传了5个对应的达摩院的分割模型,所以修正了tests/pipelines/easycv_pipelines/test_segmentation_pipeline.py内容让其能够便利测试
Link: https://code.alibaba-inc.com/Ali-MaaS/MaaS-lib/codereview/9934634
3 years ago
yongfei.zyf
c8b6030b8e
[to #42322933 ] Add hicossl_video_embedding_pipeline to maas lib
Link: https://code.alibaba-inc.com/Ali-MaaS/MaaS-lib/codereview/9969472
3 years ago
xuanjie.wxb
e5c9ded870
[to #42322933 ] add lstm-crf ner model code
Link: https://code.alibaba-inc.com/Ali-MaaS/MaaS-lib/codereview/9901220
* add lstm-crf ner model code
3 years ago
shuying.shu
a9deb3895c
[to #42322933 ] movie scene segmentation模型接入
Link: https://code.alibaba-inc.com/Ali-MaaS/MaaS-lib/codereview/9872869
3 years ago
Yingda Chen
681ea8cd17
[to #42322933 ] disable image diffusion tests
3 years ago
yuze.zyz
fbde374659
[to #42322933 ] add regress tests
Add regression test for some unit tests.
Firstly, Run a baseline test to create a pickle file which contains the inputs and outputs of modules, then changes can be observed between
the latest version and the baseline file.
Some baseline files are submitted in the data/test/regression folder
Link: https://code.alibaba-inc.com/Ali-MaaS/MaaS-lib/codereview/9814693
3 years ago
xiangpeng.wxp
054151d92f
[to #42322933 ]nlp_translation_preprocess
* nlp translation preprocess branch
* pull the latest master
Link: https://code.alibaba-inc.com/Ali-MaaS/MaaS-lib/codereview/9920445
3 years ago
mulin.lyh
12698b31a0
[to #44340132 ] fix: ci case run out of gpu memory
3 years ago
shichen.fsc
2b380f0410
[to #42322933 ] add new Task - document segmentation
Link: https://code.alibaba-inc.com/Ali-MaaS/MaaS-lib/codereview/9942858
* [Add] add document-segmentation
3 years ago
shichen.fsc
745bd5a9e0
[to #42322933 ] remove some unittest about asr
Link: https://code.alibaba-inc.com/Ali-MaaS/MaaS-lib/codereview/9941890
3 years ago
hemu.zp
a9089570e5
[to #42322933 ] Add mplug retrieval pipeline and finetune
支持 MPLUG 模型 image-text-retrieval 任务的 pipeline 和 finetune
Link: https://code.alibaba-inc.com/Ali-MaaS/MaaS-lib/codereview/9919955
3 years ago
eniac.xcw
8c9348de2c
[to #42322933 ]add team model
Link: https://code.alibaba-inc.com/Ali-MaaS/MaaS-lib/codereview/9908976
3 years ago
hanyuan.chy
00b448a2fe
[to #42322933 ] support 3d body keypoints
Link: https://code.alibaba-inc.com/Ali-MaaS/MaaS-lib/codereview/9862567
3 years ago
leyuan.hjy
285192850d
[to #42322933 ] feat(RealtimeObjectDetection):新增实时检测pipeline
新增实时目标检测pipeline
Link: https://code.alibaba-inc.com/Ali-MaaS/MaaS-lib/codereview/9788299
3 years ago
jiangnana.jnn
930d55d9ad
support EasyCV framework and add Segformer model
Link: https://code.alibaba-inc.com/Ali-MaaS/MaaS-lib/codereview/9781849
* support EasyCV
3 years ago
tanfan.zjh
dc45fce542
[to #42322933 ]新增FAQ问答模型
Maas新增FAQ问答模型
Link: https://code.alibaba-inc.com/Ali-MaaS/MaaS-lib/codereview/9797053
3 years ago
james.wjg
8ac65d5586
[to #42322933 ] video_summarization 修改test中的结果可视化
video_summarization 修改test中的结果可视化
Link: https://code.alibaba-inc.com/Ali-MaaS/MaaS-lib/codereview/9902499
3 years ago
tianchu.gtc
0b6725add6
[to #42322933 ]semantic segmentation 模型接入
Link: https://code.alibaba-inc.com/Ali-MaaS/MaaS-lib/codereview/9851374
3 years ago
tianchu.gtc
cdebef4689
[to #42322933 ]panoptic segmentation 模型接入
panoptic segmentation 模型接入
Link: https://code.alibaba-inc.com/Ali-MaaS/MaaS-lib/codereview/9758389
3 years ago
james.wjg
5f326e46f3
cv/video_summarization
新增video summarization模型的inference和finetune
Link: https://code.alibaba-inc.com/Ali-MaaS/MaaS-lib/codereview/9840532
3 years ago
yingda.chen
04bb8061e6
[to #42322933 ]move postprocess helper into utilities
Link: https://code.alibaba-inc.com/Ali-MaaS/MaaS-lib/codereview/9856286
3 years ago
Yingda Chen
63233c2122
Revert "[to #42322933 ]move postprocess helper into utilities"
This reverts commit 4cc0395ac5 .
3 years ago
Yingda Chen
4cc0395ac5
[to #42322933 ]move postprocess helper into utilities
3 years ago
lee.lcy
9c4765923a
[to #42322933 ] add image-reid-person
add image-reid-person
Link: https://code.alibaba-inc.com/Ali-MaaS/MaaS-lib/codereview/9818427
3 years ago
wenmeng.zwm
aaa604cb16
[to #43878347 ] device placement support certain gpu
1. add device util to verify, create and place device
2. pipeline and trainer support update
3. fix pipeline which use tf models does not place model to the right device
usage
```python
pipe = pipeline('damo/xxx', device='cpu')
pipe = pipeline('damo/xxx', device='gpu')
pipe = pipeline('damo/xxx', device='gpu:0')
pipe = pipeline('damo/xxx', device='gpu:2')
pipe = pipeline('damo/xxx', device='cuda')
pipe = pipeline('damo/xxx', device='cuda:1')
```
Link: https://code.alibaba-inc.com/Ali-MaaS/MaaS-lib/codereview/9800672
3 years ago
yuanzhi.zyz
4b501dd44a
[to #42322933 ]ocr-recognition re-upload
Link: https://code.alibaba-inc.com/Ali-MaaS/MaaS-lib/codereview/9826159
3 years ago
lanjinpeng.ljp
c6db966a99
[to #42322933 ]support video-single-object-tracking
Link: https://code.alibaba-inc.com/Ali-MaaS/MaaS-lib/codereview/9781254
* support single object tracking
3 years ago
Yingda Chen
df4f1a538d
[to #42322933 ]disable ocr test temporarily
3 years ago
hemu.zp
161555f97d
[to #42322933 ] add mplug image-caption
添加 MPLUG 模型 image-captioning 任务
Link: https://code.alibaba-inc.com/Ali-MaaS/MaaS-lib/codereview/9745826
3 years ago
ya235025
4c08bd752a
[to #42322933 ]更新中文CLIP模型inference代码
Link: https://code.alibaba-inc.com/Ali-MaaS/MaaS-lib/codereview/9763330
3 years ago
bin.xue
d0933a2374
[to #42322933 ] add far field kws model pipeline
Link: https://code.alibaba-inc.com/Ali-MaaS/MaaS-lib/codereview/9767151
3 years ago
wendi.hwd
d3fac4f5be
[to #42322933 ] support salient detection
Link: https://code.alibaba-inc.com/Ali-MaaS/MaaS-lib/codereview/9722903
3 years ago
ashui.cbh
8ce641fd0c
[to #42322933 ]create utils/cv/heatmap
根据反馈 将用到的util_func 放入modelscope/utils/cv 下
Link: https://code.alibaba-inc.com/Ali-MaaS/MaaS-lib/codereview/9759481
3 years ago
ashui.cbh
c2edc29776
[to #42322933 ] support crowd-counting
Link: https://code.alibaba-inc.com/Ali-MaaS/MaaS-lib/codereview/9728416
3 years ago
piaoyu.lxy
2dc3286524
[to #42322933 ] add conversational_text_to_sql pipeline
Link: https://code.alibaba-inc.com/Ali-MaaS/MaaS-lib/codereview/9580066
3 years ago
yaoxiong.hyx
69c57e0f55
[to #42322933 ]support ocr_recognition
Link: https://code.alibaba-inc.com/Ali-MaaS/MaaS-lib/codereview/9592902
3 years ago
Yingda Chen
df6bb3deaf
[to #42322933 ] update tts model id
3 years ago
ly119399
16139cefb6
[to #42322933 ] modify space task name
3 years ago
hemu.zp
59c5dd8dfe
[to #42322933 ] remove sep token at the end of tokenizer output
generate 时去除 tokenizer 输出结尾的 sep,修复 gpt3 模型目前续写内容与上文无关的 bug
Link: https://code.alibaba-inc.com/Ali-MaaS/MaaS-lib/codereview/9696570
3 years ago
shouzhou.bx
ac1ba2a0e0
[to #42322933 ]bugfix : add PIL image type support and model.to(devices) for body_2d_keypoints ipeline
Link: https://code.alibaba-inc.com/Ali-MaaS/MaaS-lib/codereview/9684583
3 years ago
dangwei.ldw
5fcb8e2342
[to #42322933 ]fix onnx thread error
Link: https://code.alibaba-inc.com/Ali-MaaS/MaaS-lib/codereview/9669460
* fix onnx thread error
3 years ago
yichang.zyc
5cbd9ff8fd
[to #42322933 ]replace clip modelid
Link: https://code.alibaba-inc.com/Ali-MaaS/MaaS-lib/codereview/9691512
3 years ago
yingda.chen
5ea690d743
[to #42322933 ]split text generation tests
Link: https://code.alibaba-inc.com/Ali-MaaS/MaaS-lib/codereview/9684735
* split test generation tests
3 years ago
xiachen.wyh
78a32fed06
[to #42322933 ] cv/tinynas/classification
由于 在 系列方法 命名上有调整,将 lightnas 统一改为 tinynas
之前有一次提交,对应的 code review 为:https://code.alibaba-inc.com/Ali-MaaS/MaaS-lib/codereview/9578861
现将 上面的的意见已统一修复,并重新 切换到 cv/tinynas/classification 分支上 进行重新 提交审核
之前 cv/lightnas/classification 已废弃
请悉知~
Link: https://code.alibaba-inc.com/Ali-MaaS/MaaS-lib/codereview/9663300
3 years ago
shichen.fsc
42de490c21
[to #42322933 ] bugfix: kws pipeline tasks name change auto-speech-recognition to keyword-spotting
Link: https://code.alibaba-inc.com/Ali-MaaS/MaaS-lib/codereview/9667657
3 years ago
xiangpeng.wxp
d36002d6b9
create the latest nlp_translation_finetune
Link: https://code.alibaba-inc.com/Ali-MaaS/MaaS-lib/codereview/9662707
3 years ago
zhangzhicheng.zzc
0874089f6c
change sentiment-classification branch
Link: https://code.alibaba-inc.com/Ali-MaaS/MaaS-lib/codereview/9662406
* bug fix for nlp backbone-head trainers
3 years ago