Commit Graph

1429 Commits

Author SHA1 Message Date
wenmeng.zwm
7172a50d32 fix merge problem 2023-02-19 19:20:51 +08:00
wenmeng.zwm
f5ba729a1e merge master 2023-02-19 19:15:22 +08:00
Yingda Chen
350e76d296 refine readme 2023-02-19 18:43:40 +08:00
wenmeng.zwm
c8fc021824 update readme 2023-02-18 11:41:12 +08:00
wenmeng.zwm
fc9fed5fb5 update readmecn 2023-02-18 11:35:30 +08:00
Jinpeng Zhang
ad300d084a Add word alignment model (#101)
* word alignment

* Delete ast_index_file.py

* add introduction

* fix-wordalignmentpreprocessor
2023-02-17 16:34:35 +08:00
wenmeng.zwm
504bdccdc2 update gif 2023-02-17 13:42:16 +08:00
wenmeng zhou
443d714557 Refine README.md and add README_zh.md (#114)
* update readme and add chinese readme

* add inference gif and refine doc
2023-02-17 13:33:18 +08:00
wenmeng.zwm
bbe8849899 add inference gif and refine doc 2023-02-17 13:32:00 +08:00
wenmeng.zwm
78e0bc896f update readme 2023-02-17 12:16:03 +08:00
wenmeng zhou
3ca68bf22f remove profiling log (#113)
UT test by default does not run profiling
2023-02-17 12:01:54 +08:00
wenmeng.zwm
abd6757ec9 update README.md 2023-02-17 11:39:48 +08:00
wenmeng.zwm
7f29dd2583 update citest yaml 2023-02-17 11:37:38 +08:00
wenmeng.zwm
09146fc0a5 update readme 2023-02-17 11:25:24 +08:00
wenmeng.zwm
3a465dd9a6 update readme and add chinese readme 2023-02-16 23:54:20 +08:00
wenmeng zhou
5df2930017 Merge pull request #108 from modelscope/master-merge-internal20230215
Master merge internal20230215
2023-02-16 16:13:51 +08:00
wenmeng.zwm
1bbcb54b05 install necessary deps for python whl setup 2023-02-15 20:30:21 +08:00
wenmeng zhou
2126c409fe Delete auto_approve.yml 2023-02-15 15:56:46 +08:00
zhangzhicheng.zzc
b99a8a94e6 [to #42322933] add use_fast for text_ranking 2023-02-15 07:29:46 +00:00
jiangyu.xzy
422ebd1385 [to #42322933] fix sv infer 2023-02-15 06:00:20 +00:00
fubang.zfb
fafb9cadfd change output of siamese_uie to dict
Link: https://code.alibaba-inc.com/Ali-MaaS/MaaS-lib/codereview/11666360
2023-02-15 04:18:21 +00:00
yuxiang.tyx
2738f659cf fix: Petr3D support cpu inference with different mmcv version
Link: https://code.alibaba-inc.com/Ali-MaaS/MaaS-lib/codereview/11663463

* support cpu inference with different mmcv version
2023-02-14 14:49:47 +00:00
zhangzhicheng.zzc
57670f1e64 [to #47818884] add default preprocessor for taskmodels 2023-02-14 11:50:40 +00:00
ryan.yy
a0c020cf34 [to #42322933] nerf model test add gpu constraint 2023-02-14 11:47:49 +00:00
wenqi.oywq
7499370569 [to #42322933] Fix the bug that image_color_enhance_pipeline cannot run in CPU environment
adaint need to compile CUDA extension, so remove releated import from pipeline

Link: https://code.alibaba-inc.com/Ali-MaaS/MaaS-lib/codereview/11660260
2023-02-14 11:31:00 +00:00
james.wjg
295ec86d4e [to #42322933] 视频全景分割 修复一个测试bug
Link: https://code.alibaba-inc.com/Ali-MaaS/MaaS-lib/codereview/11660389
2023-02-14 10:28:01 +00:00
wucong.lyb
5fe9d0682e support multi audio types
Link: https://code.alibaba-inc.com/Ali-MaaS/MaaS-lib/codereview/11657396

    * support multi audio format

* SUPPORT_AUDIO_TYPE_SETS add .
2023-02-14 08:42:19 +00:00
fubang.zfb
4b29f28a04 siamese uie supports string-type schema input
Link: https://code.alibaba-inc.com/Ali-MaaS/MaaS-lib/codereview/11655620
2023-02-14 08:36:46 +00:00
maojialiang.mjl
2b8236e6d0 [to #42322933] convert output boxes from tensor to numpy according to demo-service rules
[to #42322933] convert output boxes from tensor to numpy according to demo-service rules

Link: https://code.alibaba-inc.com/Ali-MaaS/MaaS-lib/codereview/11654774
2023-02-14 08:35:11 +00:00
wenmeng zhou
b6374be46a Create auto_approve.yml
add auto approve action
2023-02-14 16:31:16 +08:00
fubang.zfb
e7cb55d4a6 Add SiameseUIE general information extraction model and pipeline
Link: https://code.alibaba-inc.com/Ali-MaaS/MaaS-lib/codereview/11641614
2023-02-14 03:56:29 +00:00
yuze.zyz
90af43f749 [to #47563396]Fix bug: two ckpt hooks save in the same dir
1. Support two checkpoint hooks saving final checkpoints in two difference folders
2. Remove the check of checkpoint hooks
3. Fix a incorrect modification in UT
4. Fix bug: Checkpoint.load_checkpoint has been moved out
5. Add UT for new style configuration
        Link: https://code.alibaba-inc.com/Ali-MaaS/MaaS-lib/codereview/11630170
2023-02-13 16:54:02 +00:00
wenmeng.zwm
82f10f73aa [to #42322933] fix: pipeline base potential bug
Link: https://code.alibaba-inc.com/Ali-MaaS/MaaS-lib/codereview/11645650

* test batched inference and no auto collate logic
2023-02-13 13:49:42 +00:00
ashui.cbh
e7c5c116c5 [to #42322933] add test condition for GPU availablity 2023-02-13 11:50:30 +00:00
wucong.lyb
1b300b2f3e [to #42322933] fix bugs: audio fs, asr & sv demo services 2023-02-13 11:46:32 +00:00
hemu.zp
9c88fb22a4 [to #42322933] fix gpt3 unexpected spaces 2023-02-13 09:50:48 +00:00
haolan.xhl
c86d9a091c vqa_degradation:modify output format from tensor to python number
算法output格式tensor->tensor.item()

Link: https://code.alibaba-inc.com/Ali-MaaS/MaaS-lib/codereview/11638852
2023-02-13 07:43:08 +00:00
yuxiang.tyx
0fb84f8565 [to #42322933] change mmdet3d from 1.0.0a0 to 1.0.0a1, remove numba version restriction 2023-02-13 03:43:14 +00:00
fuhaomin.fhm
2fced1c06f [to #42322933] Doc2Bot documentation with retrieval rerank, generation 2023-02-12 03:09:33 +00:00
shuying.shu
c43bdb2ad8 [to #42322933] remove mpi4py dependence for ddpm-segmentation 2023-02-12 01:34:22 +00:00
zhangzhicheng.zzc
4215e67ba2 [to #42322933] remove requirements of mpi4py 2023-02-11 06:13:25 +00:00
Zhicheng Zhang
9c208fe4ad bump version to 1.3.0 2023-02-11 11:00:56 +08:00
zhangzhicheng.zzc
f761140a97 [to #42322933] without setting in config, textranking's num_labels default as 1
Link: https://code.alibaba-inc.com/Ali-MaaS/MaaS-lib/codereview/11629915

    * without setting, textranking's num_labels default as 1
2023-02-11 01:04:47 +00:00
wenmeng.zwm
5770476881 Merge branch master-merge-github20230210 into master
Link: https://code.alibaba-inc.com/Ali-MaaS/MaaS-lib/codereview/11629498
2023-02-10 22:27:30 +08:00
zhicheng.sc
5b3ce816a5 sd2-inpainting: change output to numpy array in bgr order
Link: https://code.alibaba-inc.com/Ali-MaaS/MaaS-lib/codereview/11629631
2023-02-10 14:26:09 +00:00
Zhicheng Zhang
8cde397946 fix lint check 2023-02-10 20:46:22 +08:00
Zhicheng Zhang
4776396fc0 merge with github master 2023-02-10 20:30:18 +08:00
zhangzhicheng.zzc
d964b49d37 [to #47755712] remove pytorch-lightning version constrain 2023-02-10 12:20:30 +00:00
mulin.lyh
7378f94455 [to #47749867] modify audio install command 2023-02-10 12:04:08 +00:00
haolan.xhl
e537f9df1d [to #42322933] add vqa-degradation
add new model for image_quality_assessment_degradation
2023-02-10 11:59:59 +00:00