Commit Graph

1150 Commits

Author SHA1 Message Date
Xu Wenqing
705bf67283 fix missing self. (#61)
Co-authored-by: 许文卿 <xuwenqing@XWQ.local>
2023-01-05 17:44:31 +08:00
Xu Wenqing
1d0a8ea491 Fix loading custom cv data error (#59)
Co-authored-by: 许文卿 <xuwenqing@XWQ.local>
2022-12-28 20:43:48 +08:00
wenmeng zhou
5044bea00c Merge pull request #57 from modelscope/merge_master_internal_1224
Merge master internal 1224
2022-12-27 19:41:33 +08:00
wenmeng.zwm
0ad43911c4 merge gitlab master and fix conflict 2022-12-24 10:12:56 +08:00
jiaqi.sjq
147da4b3d9 [to #41669377] tts pipeline change infer result to wav
Link: https://code.alibaba-inc.com/Ali-MaaS/MaaS-lib/codereview/11191925
        Link: https://code.alibaba-inc.com/Ali-MaaS/MaaS-lib/codereview/11191925
2022-12-24 09:36:02 +08:00
xingjun.wxj
85b9d656eb [to #42322933] Add auto reload sts token and bigdata args
1. Add auto-reload sts token for oss download function.
2. Improve big-data (e.g. Uni-Fold-Data) downloading performance.

        
CR Link: https://code.alibaba-inc.com/Ali-MaaS/MaaS-lib/codereview/11188490
2022-12-23 14:40:37 +08:00
shuying.shu
b680691c2c adjust pipeline output
Link: https://code.alibaba-inc.com/Ali-MaaS/MaaS-lib/codereview/11136535
2022-12-23 01:53:17 +08:00
Yingda Chen
c4d116ab53 disable keyword spotting test 2022-12-22 09:49:37 -08:00
hannah.yh
b36bb72869 add image skychange
Link: https://code.alibaba-inc.com/Ali-MaaS/MaaS-lib/codereview/10947701
2022-12-21 17:40:46 +08:00
mulin.lyh
02edb1ab15 [to #46852519]fix: fix useragent string and a trainer invokedby
Link: https://code.alibaba-inc.com/Ali-MaaS/MaaS-lib/codereview/11164288

    * [to #46852519]fix: fix useragent string and a trainer invokedby
2022-12-21 08:28:40 +08:00
hooks.hl
0d205c8322 add support for cv_rdevos_video-object-segmentation
Link: https://code.alibaba-inc.com/Ali-MaaS/MaaS-lib/codereview/11066863
2022-12-21 07:37:27 +08:00
mulin.lyh
9a67e0bb48 [to #46852519]fix: statistics header not correct set
Link: https://code.alibaba-inc.com/Ali-MaaS/MaaS-lib/codereview/11160051

    * [to #46852519]fix: statistics header not correct set
2022-12-20 22:28:28 +08:00
jiaqi.sjq
8896087034 [to #42322933] support kantts infer and finetune
Link: https://code.alibaba-inc.com/Ali-MaaS/MaaS-lib/codereview/11111331#tab=detail
2022-12-20 10:45:34 +08:00
caorongyu.cry
b992bf278c add bi model
1. 更新模型文件,支持BI能力
2. 更新代码,支持BI能力
        Link: https://code.alibaba-inc.com/Ali-MaaS/MaaS-lib/codereview/11115454
2022-12-20 01:51:00 +08:00
jerry.lp
906fa673b4 add gpt-moe model for modelscope finetune
Link: https://code.alibaba-inc.com/Ali-MaaS/MaaS-lib/codereview/11085918
2022-12-17 05:52:57 +08:00
wenmeng.zwm
070ec00720 remove opencv-python from framework requirements and remove easynlp from nlp default requirements
Link: https://code.alibaba-inc.com/Ali-MaaS/MaaS-lib/codereview/11119626
2022-12-16 14:27:23 +08:00
shouzhou.bx
95ede6378e [to #42322933] 1230: add hand detection 2022-12-16 13:24:02 +08:00
guanhu.wgh
82c903121e add license_header to some cv files
Link: https://code.alibaba-inc.com/Ali-MaaS/MaaS-lib/codereview/10337361
2022-12-15 22:24:29 +08:00
wenmeng.zwm
a1688f5775 enhance interface standard and refactor card_detection and face detection pipeline
1. build preprocessor for pipeline automatically if preprocessor is configed in configuration.json
2. refactor scrfd_detect.py as a standard cv model code
3. refacotr card_detection_pipeline  face_detection_pipeline as standard pipeline code

Link: https://code.alibaba-inc.com/Ali-MaaS/MaaS-lib/codereview/11057557
2022-12-15 14:31:50 +08:00
chenxujun
f69181020a Update repository.py (#42)
Add raise msg
2022-12-15 10:39:07 +08:00
chenxujun
e6961b3970 Update doc for fp16util.py (#50)
update url, original url is not found
2022-12-15 10:27:44 +08:00
xingjun.wxj
9e9d06cc9a [to #42322933] Fix timeout issue for uni-fold list_oss_objects api
1. 下载uni-fold数据集,因为包含百万以上的objects,在调用list_objects接口时需要至少300s,所以全量下载数据集时 有用户反馈报超时错误
2. 目前hub api中因为采用了统一的self.session.get接口,默认timeout被设置为了60s
3. 修改timeout=1800

link:  https://code.alibaba-inc.com/Ali-MaaS/MaaS-lib/codereview/11097756
2022-12-14 21:21:01 +08:00
Yingda Chen
f6dcfb11a0 fix card-detection model unregistered error and fix log warning 2022-12-13 13:32:52 -08:00
Yingda Chen
0bf94e5c2d fix build break 2022-12-13 12:46:07 -08:00
yuanzheng.yuanzhen
93f2c52303 fix multimer input for science/protein_structure
Link: https://code.alibaba-inc.com/Ali-MaaS/MaaS-lib/codereview/10608748
2022-12-13 14:18:39 +08:00
james.wjg
9172637ec8 fix demo service && copy license for cv/language_guided_video_summarization
Link: https://code.alibaba-inc.com/Ali-MaaS/MaaS-lib/codereview/10985657

    * fix demo service && copy license
2022-12-13 14:17:09 +08:00
jiangyu.xzy
7aab9ca313 fix demo service dataloader bug
Link: https://code.alibaba-inc.com/Ali-MaaS/MaaS-lib/codereview/11049894

    * fix dataloader bug

* fix dataloader bug
2022-12-10 01:02:36 +08:00
wenmeng zhou
664727cf16 Merge pull request #48 from modelscope/merge_master_internal_1207
Merge master internal 1207
2022-12-08 17:47:42 +08:00
wenmeng.zwm
c8dcdd93da broadcase metric values across all workers for distribution
Link: https://code.alibaba-inc.com/Ali-MaaS/MaaS-lib/codereview/10980488
2022-12-08 10:22:47 +08:00
wenmeng.zwm
53102cc2f9 fix citest oom by adding test_video_multi_modal_embedding.py and test_conversational_text_to_sql.py to isolated tests 2022-12-08 10:18:26 +08:00
wenmeng.zwm
5a3d58ad49 Merge branch 'master-gitlab' into merge_master_internal_1207 2022-12-07 19:59:07 +08:00
jinmao.yk
8284d2d366 fix log format to avoid misunderstanding
Link: https://code.alibaba-inc.com/Ali-MaaS/MaaS-lib/codereview/11013023
2022-12-07 19:04:09 +08:00
zhangzhicheng.zzc
92c5abb076 [to #46619305] add kwargs in init method to allow additional kwargs 2022-12-07 18:42:29 +08:00
pangda
f59f9146de fix save_pretrained & load_checkpoint bug in DDP mode
Link: https://code.alibaba-inc.com/Ali-MaaS/MaaS-lib/codereview/11012439

    * fix save_pretrained & load_checkpoint bug in DDP mode
2022-12-07 18:33:00 +08:00
wanggui.hwg
3ce1866224 [to #42322933] Fix bugs for UniTE
Link: https://code.alibaba-inc.com/Ali-MaaS/MaaS-lib/codereview/11011725
2022-12-07 17:23:52 +08:00
mulin.lyh
f1a7ee91c6 [to #46604161]fix: git repository initialize lfs bug
Link: https://code.alibaba-inc.com/Ali-MaaS/MaaS-lib/codereview/11005012
2022-12-07 13:14:22 +08:00
wenmeng.zwm
f0d6d58b17 add project description 2022-12-07 12:37:42 +08:00
wenmeng.zwm
2ea3e2998e add project description 2022-12-07 12:33:07 +08:00
wenmeng.zwm
18130ad800 update setup.py 2022-12-07 11:50:55 +08:00
wenmeng.zwm
e2bf864f63 update audio requirements to use funasr>=0.1.4 2022-12-07 11:37:38 +08:00
wenmeng.zwm
4cba118f16 bump version to 1.1.0 2022-12-07 11:37:38 +08:00
wenmeng.zwm
6ae8cc5cf4 update publish.yaml 2022-12-07 00:11:54 +08:00
wenmeng.zwm
9c79bab432 update publish.yaml 2022-12-07 00:09:05 +08:00
wenmeng.zwm
bf2832c451 update publish workflow 2022-12-07 00:01:14 +08:00
wenmeng.zwm
b1205989ca update release workflow 2022-12-06 23:38:30 +08:00
wenmeng.zwm
e80bcca36d add debug workflow 2022-12-06 23:25:56 +08:00
wenmeng.zwm
2c295e67e4 update release workflow 2022-12-06 22:59:59 +08:00
wenmeng.zwm
0c93b3bda2 add release workflow 2022-12-06 22:35:17 +08:00
shiyi.zxh
c3a494e46d [to #42322933]
enable finetune of ofa-mmspeech 
        Link: https://code.alibaba-inc.com/Ali-MaaS/MaaS-lib/codereview/10981972
2022-12-06 20:58:49 +08:00
yuze.zyz
a0d2581028 Fix gpt_neo decode
Link: https://code.alibaba-inc.com/Ali-MaaS/MaaS-lib/codereview/10985686
2022-12-06 12:29:42 +08:00