Commit Graph

732 Commits

Author SHA1 Message Date
yingda.chen
04bb8061e6 [to #42322933]move postprocess helper into utilities
Link: https://code.alibaba-inc.com/Ali-MaaS/MaaS-lib/codereview/9856286
2022-08-23 14:27:19 +08:00
Yingda Chen
63233c2122 Revert "[to #42322933]move postprocess helper into utilities"
This reverts commit 4cc0395ac5.
2022-08-23 12:13:15 +08:00
Yingda Chen
4cc0395ac5 [to #42322933]move postprocess helper into utilities 2022-08-23 12:11:49 +08:00
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
2022-08-22 21:57:05 +08:00
mulin.lyh
01bb751425 [to #43653669]feat: auto build docker images
auto build docker images
aone 任务: https://test.aone.alibaba-inc.com/jobs/1824567?buildId=143470479
修改任务分支
        Link: https://code.alibaba-inc.com/Ali-MaaS/MaaS-lib/codereview/9566518

    * [to #43653669]feat: auto build docker images
2022-08-22 16:01:42 +08:00
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
2022-08-22 15:32:00 +08:00
yuanzhi.zyz
4b501dd44a [to #42322933]ocr-recognition re-upload
Link: https://code.alibaba-inc.com/Ali-MaaS/MaaS-lib/codereview/9826159
2022-08-19 19:02:27 +08:00
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
2022-08-19 15:55:58 +08:00
zhangzhicheng.zzc
67af7ee4fc [to #44236829] record classname as default module name during ast-scanning 2022-08-19 15:11:39 +08:00
Yingda Chen
df4f1a538d [to #42322933]disable ocr test temporarily 2022-08-19 14:01:06 +08:00
wenmeng.zwm
e85b27107e [to #44236829] import nlp preprocessor to make UT run successfully while igoring ast scanning error 2022-08-19 10:24:21 +08:00
hemu.zp
161555f97d [to #42322933] add mplug image-caption
添加 MPLUG 模型 image-captioning 任务
        Link: https://code.alibaba-inc.com/Ali-MaaS/MaaS-lib/codereview/9745826
2022-08-18 11:03:20 +08:00
feiwu.yfw
35548bd492 [to #43875101]
msdataset add coco dataset
unify taskdataset and ms dataset
fix hf datasets
2022-08-17 22:51:22 +08:00
piaoyu.lxy
87290ed6f0 [to #42322933] fix punkt file
删除模型仓库中多余的文件,只保留punkt.zip文件,运行时解压
        Link: https://code.alibaba-inc.com/Ali-MaaS/MaaS-lib/codereview/9800149
2022-08-17 21:16:13 +08:00
jiangnana.jnn
cfc3d1eed7 fix trainer about iters_per_epoch
Link: https://code.alibaba-inc.com/Ali-MaaS/MaaS-lib/codereview/9791200

    * fix trainer about iters_per_epoch
2022-08-17 20:06:25 +08:00
ya235025
4c08bd752a [to #42322933]更新中文CLIP模型inference代码
Link: https://code.alibaba-inc.com/Ali-MaaS/MaaS-lib/codereview/9763330
2022-08-17 18:40:55 +08:00
lingchen.zlm
01ec568ce1 [to #42322933] inference speedup for multimodal model GEMM
Link: https://code.alibaba-inc.com/Ali-MaaS/MaaS-lib/codereview/9786728
2022-08-17 15:53:54 +08:00
bin.xue
d0933a2374 [to #42322933] add far field kws model pipeline
Link: https://code.alibaba-inc.com/Ali-MaaS/MaaS-lib/codereview/9767151
2022-08-16 20:23:55 +08:00
wenmeng.zwm
f47a51d3cf [to #43115513] bump version to 0.3.5 2022-08-16 17:40:37 +08:00
Yingda Chen
f53b242332 [to #42322933] add onnx model and onnx constant 2022-08-16 13:33:44 +08:00
jiangnana.jnn
4819fd569d [to #43850241] adapt to torch IterableDataset
Link: https://code.alibaba-inc.com/Ali-MaaS/MaaS-lib/codereview/9761129

    * adapt to torch IterableDataset
2022-08-16 12:05:09 +08:00
jiangnana.jnn
76482cc3ea [to #43850241] fix processor and collate_fn
Link: https://code.alibaba-inc.com/Ali-MaaS/MaaS-lib/codereview/9644184

    * fix ditributed training and eval
2022-08-16 12:04:07 +08:00
wendi.hwd
d3fac4f5be [to #42322933] support salient detection
Link: https://code.alibaba-inc.com/Ali-MaaS/MaaS-lib/codereview/9722903
2022-08-16 09:15:53 +08:00
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
2022-08-15 18:14:11 +08:00
lingchen.zlm
c5a06c259c [to #42322933] fix bug of CPU running error for multimodal model GEMM
Link: https://code.alibaba-inc.com/Ali-MaaS/MaaS-lib/codereview/9756849
2022-08-15 16:32:36 +08:00
biwen.lbw
dac2167b7a adapt to cpu environment
Link: https://code.alibaba-inc.com/Ali-MaaS/MaaS-lib/codereview/9754314
2022-08-15 16:31:17 +08:00
baiguan.yt
60b1539e5d [to #42322933] fix cpu support
Link: https://code.alibaba-inc.com/Ali-MaaS/MaaS-lib/codereview/9744999
2022-08-13 16:35:47 +08:00
ashui.cbh
c2edc29776 [to #42322933] support crowd-counting
Link: https://code.alibaba-inc.com/Ali-MaaS/MaaS-lib/codereview/9728416
2022-08-12 17:46:42 +08:00
mulin.lyh
c57c91c359 [to #44031139]fix: fix hub ci case delete test project failure
Link: https://code.alibaba-inc.com/Ali-MaaS/MaaS-lib/codereview/9736416

    * [to #44031139]fix: fix hub ci case delete test project failure
2022-08-12 13:56:47 +08:00
piaoyu.lxy
be6b82cd6d [to #42322933] fix modelscope/pipelines/base.py
删除base.py _collate_fn()函数中关于text2sql模型的相关代码,挪到ConversationalTextToSqlPipeline相关的代码里
        Link: https://code.alibaba-inc.com/Ali-MaaS/MaaS-lib/codereview/9730687
2022-08-11 20:11:06 +08:00
shichen.fsc
c1dea3adf1 [to #42322933] fix: effect tf warmup, and add model preload to warmup when constructing pipeline
修复tf模型推理时预热无效的问题;
增加在pipeline构造时调用preload接口,以提前加载模型和预热tf
        Link: https://code.alibaba-inc.com/Ali-MaaS/MaaS-lib/codereview/9719779
2022-08-11 13:29:59 +08:00
jiangnana.jnn
dbacead74e [ to #43850241] fix json dump numpy
Link: https://code.alibaba-inc.com/Ali-MaaS/MaaS-lib/codereview/9703595

    * fix json dump numpy

* Merge remote-tracking branch 'origin' into fix/josn_dump
2022-08-11 13:24:16 +08:00
piaoyu.lxy
2dc3286524 [to #42322933] add conversational_text_to_sql pipeline
Link: https://code.alibaba-inc.com/Ali-MaaS/MaaS-lib/codereview/9580066
2022-08-11 11:19:11 +08:00
mulin.lyh
6cf0a56ade [to #43913168]fix: add file download integrity check
添加文件下载完整性验证
        Link: https://code.alibaba-inc.com/Ali-MaaS/MaaS-lib/codereview/9700279

    * [to #43913168]fix: add file download integrity check
2022-08-11 10:45:04 +08:00
baiguan.yt
d8c98c51f8 fix some bugs
Link: https://code.alibaba-inc.com/Ali-MaaS/MaaS-lib/codereview/9713531
2022-08-10 21:09:58 +08:00
yaoxiong.hyx
69c57e0f55 [to #42322933]support ocr_recognition
Link: https://code.alibaba-inc.com/Ali-MaaS/MaaS-lib/codereview/9592902
2022-08-10 16:42:09 +08:00
Yingda Chen
df6bb3deaf [to #42322933] update tts model id 2022-08-10 15:42:48 +08:00
ly119399
16139cefb6 [to #42322933] modify space task name 2022-08-10 14:27:47 +08:00
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
2022-08-10 13:46:23 +08:00
yuze.zyz
1640df567b [to #42322933] refine some comments
Refine some comments.
        Link: https://code.alibaba-inc.com/Ali-MaaS/MaaS-lib/codereview/9674650
2022-08-10 13:30:42 +08:00
wenmeng.zwm
0c5db59265 [to #43115513] bump version to 0.3.4 2022-08-09 19:57:45 +08:00
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
2022-08-09 18:07:09 +08:00
mulin.lyh
3272b2755c [to #43909247]fix: access token in code, move to environment
move access token to environment variable.
        Link: https://code.alibaba-inc.com/Ali-MaaS/MaaS-lib/codereview/9681287

    * [to #43909247]fix: access token in code, move to environment
2022-08-09 17:46:56 +08:00
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
2022-08-09 17:46:24 +08:00
yichang.zyc
5cbd9ff8fd [to #42322933]replace clip modelid
Link: https://code.alibaba-inc.com/Ali-MaaS/MaaS-lib/codereview/9691512
2022-08-09 17:31:30 +08:00
xiachen.wyh
5cec664b5d [to #42322933]cv/tinynas/classification2
fix to the output form to list
调整输出格式,改为 list 格式
        Link: https://code.alibaba-inc.com/Ali-MaaS/MaaS-lib/codereview/9684053
2022-08-09 17:27:11 +08:00
zhangzhicheng.zzc
e80603bf39 [to #42322933]update ast logging info
Link: https://code.alibaba-inc.com/Ali-MaaS/MaaS-lib/codereview/9686701
2022-08-09 17:14:31 +08:00
zhanning.gzn
6a2e2cf573 [to #42322933]image classification output labels change to top5
Link: https://code.alibaba-inc.com/Ali-MaaS/MaaS-lib/codereview/9687970

    * add image classification pipelines
2022-08-09 17:13:45 +08:00
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
2022-08-09 17:01:53 +08:00
Yingda Chen
2ebe68eded [to #42322933]remove docker build instruction 2022-08-08 22:44:30 +08:00