1446 Commits

Author SHA1 Message Date
wenmeng.zwm
32cd90f5f6 bump version to 1.3.2 v1.3.2 2023-03-02 22:44:52 +08:00
yuze.zyz
34a5619285 Refactor hooks
Link: https://code.alibaba-inc.com/Ali-MaaS/MaaS-lib/codereview/11651547
2023-03-02 20:12:01 +08:00
wenmeng.zwm
292974c694 Revert "support camouflaged-detection "
This reverts commit ff55bd9436.
v1.3.1
2023-03-02 10:39:41 +08:00
wenmeng.zwm
b5b464031a Revert "Add single-camera depth estimation model bts"
This reverts commit feb4123327.
2023-03-02 10:33:55 +08:00
ashui.cbh
1749cd5624 ImagePaintbyexamplePipeline demo service 支持
修改pipeline输出格式为numpy array 供demo service使用

Link: https://code.alibaba-inc.com/Ali-MaaS/MaaS-lib/codereview/11841517
2023-03-01 21:02:45 +08:00
xingjun.wxj
8e050f5876 [to #42322933] fix some feedback issues
1. Fix the conflict between local path and remote dataset name in the form of dataset_name='namespace/dataset_name' in MsDataset.load() function.
2. Modify the obj_key.startswith value in get_split_objects_map function to adapt to dir name 'xxx/' format.

Link: https://code.alibaba-inc.com/Ali-MaaS/MaaS-lib/codereview/11820290

* fix the conflict between local path and namespace/dataset_name of the dataset_name

* fix function: get_split_objects_map

* add UT for loading local csv file

* add new test case for test_load_local_csv function
2023-03-01 20:14:08 +08:00
xixing.tj
eec5702409 add TorchModel for vlpt and dbnet for ocr detection
把vlpt和dbnet相关模型集成到model模块,通过configuration.json控制模型和后处理

Link: https://code.alibaba-inc.com/Ali-MaaS/MaaS-lib/codereview/11712249
2023-03-01 16:22:54 +08:00
jiangyu.xzy
5d0d333f33 asr infer change vad/lm/punc input logic
Link: https://code.alibaba-inc.com/Ali-MaaS/MaaS-lib/codereview/11747596

* change vad/punc/lm model input logic

* asr infer extra kwargs

* fix format

* new funasr version
2023-03-01 16:09:38 +08:00
江袤
8a8501b62b fix bug to sync with master 2023-03-01 14:22:28 +08:00
ryan.yy
6924c1583a nerf重建加速模型 加入trainer训练模块
Link: https://code.alibaba-inc.com/Ali-MaaS/MaaS-lib/codereview/11794296
2023-03-01 12:06:21 +08:00
hemu.zp
e080067a96 [to #42322933] Support multi-machine data and tensor parallel finetuning
Link: https://code.alibaba-inc.com/Ali-MaaS/MaaS-lib/codereview/11682479
2023-02-28 18:48:20 +08:00
myf272609
e63593f3bb [to #42322933] add fintune support for cartoon task
人像卡通化模型增加训练支持

 Link: https://code.alibaba-inc.com/Ali-MaaS/MaaS-lib/codereview/11675597

* add fintune support for cartoon
2023-02-28 18:48:13 +08:00
wucong.lyb
61b1ee024a 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-28 17:56:30 +08:00
jerry.lp
9f97259017 [to #47630265] fix modelscope gpt moe finetune checkpoint path error
Link: https://code.alibaba-inc.com/Ali-MaaS/MaaS-lib/codereview/11716118
2023-02-28 16:54:05 +08:00
wucong.lyb
d102bbfb44 fix bug: args lm_train_conf is invalid
Link: https://code.alibaba-inc.com/Ali-MaaS/MaaS-lib/codereview/11717046
2023-02-28 16:53:58 +08:00
wenmeng.zwm
60f95e8a02 Revert "fix: fail to run ut in local because TEST_TOKEN required to set"
This reverts commit cbea03a501.
2023-02-28 16:53:33 +08:00
wenmeng.zwm
0f44b37287 skip test_image_structured_model_probing 2023-02-28 16:52:26 +08:00
mulin.lyh
299b207fd6 [to #47947101]fix: fix diff based case not process deleted file
Link: https://code.alibaba-inc.com/Ali-MaaS/MaaS-lib/codereview/11729541
2023-02-28 16:52:12 +08:00
zhangyanzhao.zyz
5a7f7f6ea3 fix bug of modelscope.trainers.nlp.sentence_embedding_trainer.get_data_collator
修正sentence_embedding_trainer 初始化bug

Link: https://code.alibaba-inc.com/Ali-MaaS/MaaS-lib/codereview/11725227
2023-02-28 16:51:53 +08:00
wenmeng.zwm
cbea03a501 fix: fail to run ut in local because TEST_TOKEN required to set 2023-02-28 16:51:44 +08:00
zhk1425734486
ac6979797b landing AI: tbs image detection pull request (#84)
https://modelscope.cn/models/landingAI/LD_CytoBrainCerv/summary

兰丁宫颈细胞AI辅助诊断模型

Co-authored-by: QZStudio <1643006760@qq.com>
Co-authored-by: wenmeng.zwm <wenmeng.zwm@alibaba-inc.com>
2023-02-28 16:50:13 +08:00
Anderson
d63c660722 update librosa.resample() parameters for version after 0.9 (#128)
librosa.resample() changed parameters after 0.9

* Update ans_pipeline.py
2023-02-28 16:50:07 +08:00
wenmeng.zwm
ebb52e4f2f bump version to 1.3.1 2023-02-28 16:41:44 +08:00
mulin.lyh
3745725fff [to #47521140]feat: tools statastics collection
Link: https://code.alibaba-inc.com/Ali-MaaS/MaaS-lib/codereview/11565214
2023-02-28 16:40:54 +08:00
jiangyu.xzy
30b9c09a8c add speaker diarization pipeline
Link: https://code.alibaba-inc.com/Ali-MaaS/MaaS-lib/codereview/11808124

* add speaker diarization pipeline
2023-02-28 16:39:05 +08:00
yuxiang.tyx
cf8530fb94 set num_workers=0 to prevent create subprocess which may cause error in demo-service
Link: https://code.alibaba-inc.com/Ali-MaaS/MaaS-lib/codereview/11802831
2023-02-28 16:38:12 +08:00
zhicheng.sc
0c219bb81c add ControlNet for controllable image generation
Link: https://code.alibaba-inc.com/Ali-MaaS/MaaS-lib/codereview/11697239

* add ControlNet for scribble2image

* update code comments

* support scribble input

* update scribble input for demo service

* support all models of ControlNet

* add requirements

* fix code style bug

* update model id
2023-02-28 16:35:40 +08:00
lee.lcy
a04b9c6ec9 fix(damoyolo): fix FileNotFoundError when using trainer.evaluate() && add work_dir and exp_name to kwargs
Link: https://code.alibaba-inc.com/Ali-MaaS/MaaS-lib/codereview/11793714

    * fix(damoyolo): fix FileNotFoundError when using trainer.evaluate() && add work_dir and exp_name to kwargs

* style(damoyolo): add code annotation to ImageDetectionDamoyoloTrainer
2023-02-28 16:34:28 +08:00
yuanzhi.zyz
c164f2f10c add ocr_recognition bugfix
Link: https://code.alibaba-inc.com/Ali-MaaS/MaaS-lib/codereview/11785977
2023-02-28 16:34:17 +08:00
jiaqi.sjq
dfd7a07e87 [to #41669377] bugfix: fix load missing map_location
Link: https://code.alibaba-inc.com/Ali-MaaS/MaaS-lib/codereview/11700872
2023-02-28 16:33:00 +08:00
jiaqi.sjq
e76480482e [to #41669377] fix pipeline output wav is 32-bit float expect 16-bit int
Link: https://code.alibaba-inc.com/Ali-MaaS/MaaS-lib/codereview/11765670
2023-02-28 16:32:16 +08:00
yuxiang.tyx
f19bbdd7ea set num_workers=0 to prevent create subprocess which may cause error in demo-service
Link: https://code.alibaba-inc.com/Ali-MaaS/MaaS-lib/codereview/11802831
2023-02-28 16:31:32 +08:00
maojialiang.mjl
70771c4831 [to #42322933] fix: remove restriction on image resolution in the preprocessing stage
去掉预处理阶段resize到720x1280的限制,支持输出与原始输入图像分辨率对应的结果
Link: https://code.alibaba-inc.com/Ali-MaaS/MaaS-lib/codereview/11762135
2023-02-28 16:30:47 +08:00
yuxiang.tyx
abcb1df434 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-28 16:26:33 +08:00
zhangzhicheng.zzc
50cc39f93a [to #42322933] update preprocessor for deberta v2
相关改动已经在 model repo中进行了改动

Link: https://code.alibaba-inc.com/Ali-MaaS/MaaS-lib/codereview/11714125

* update preprocessor for deberta
2023-02-28 16:24:49 +08:00
zhangzhicheng.zzc
2a6c5fdd55 [to #47939677] load only backbone with weights
Link: https://code.alibaba-inc.com/Ali-MaaS/MaaS-lib/codereview/11679242

* load backbone with weights directly
2023-02-28 16:24:41 +08:00
Zhicheng Zhang
ea9bd3cbdf update release version v1.3.0 2023-02-15 16:18:09 +08:00
Zhicheng Zhang
10c94f136a update release time 2023-02-15 15:41:24 +08:00
zhangzhicheng.zzc
2715296596 [to #42322933] add use_fast for text_ranking
(cherry picked from commit b99a8a94e6)
2023-02-15 15:30:49 +08:00
jiangyu.xzy
a733fd156f [to #42322933] fix sv infer
(cherry picked from commit 422ebd1385)
2023-02-15 14:00:58 +08:00
zhangzhicheng.zzc
cac9948c8e [to #47818884] add default preprocessor for taskmodels
(cherry picked from commit 57670f1e64)
2023-02-14 19:53:07 +08:00
ryan.yy
ac9b2db77f [to #42322933] nerf model test add gpu constraint
(cherry picked from commit a0c020cf34)
2023-02-14 19:53:02 +08:00
wenqi.oywq
4b1477a692 [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
(cherry picked from commit 7499370569)
2023-02-14 19:52:57 +08:00
james.wjg
3d39618ed9 [to #42322933] 视频全景分割 修复一个测试bug
Link: https://code.alibaba-inc.com/Ali-MaaS/MaaS-lib/codereview/11660389

(cherry picked from commit 295ec86d4e)
2023-02-14 19:52:52 +08:00
maojialiang.mjl
b9645a7353 [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
(cherry picked from commit 2b8236e6d0)
2023-02-14 19:52:42 +08:00
Zhicheng Zhang
06d0d3aa72 update release time 2023-02-14 11:20:14 +08:00
yuze.zyz
70c9fd322a [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

(cherry picked from commit 90af43f749)
2023-02-14 08:39:19 +08:00
wenmeng.zwm
23b55225e3 [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

(cherry picked from commit 82f10f73aa)
2023-02-13 22:58:36 +08:00
ashui.cbh
9078f9e039 [to #42322933] add test condition for GPU availablity
(cherry picked from commit e7c5c116c5)
2023-02-13 22:58:31 +08:00
wucong.lyb
2bec9603b1 [to #42322933] fix bugs: audio fs, asr & sv demo services
(cherry picked from commit 1b300b2f3e)
2023-02-13 22:58:27 +08:00