yuze.zyz
605cd7f44a
[to #42322933 ] NLP 1030 Refactor
Features:
1. Refactor the directory structure of nlp models. All model files are placed into either the model folder or the task_model folder
2. Refactor all the comments to google style
3. Add detail comments to important tasks and nlp models, to list the description of the model, and its preprocessor&trainer
4. Model Exporting now supports a direct all to TorchModelExporter(no need to derive from it)
5. Refactor model save_pretrained method to support direct running(independent from trainer)
6. Remove the judgement of Model in the pipeline base class, to support outer register models running in our pipelines
7. Nlp trainer now has a NLPTrainingArguments class , user can pass arguments into the dataclass, and use it as a normal cfg_modify_fn, to simplify the operation of modify cfg.
8. Merge the BACKBONES and the MODELS, so user can get a backbone with the Model.from_pretrained call
9. Model.from_pretrained now support a task argument, so user can use a backbone and load it with a specific task class.
10. Support Preprocessor.from_pretrained method
11. Add standard return classes to important nlp tasks, so some of the pipelines and the models are independent now, the return values of the models will always be tensors, and the pipelines will take care of the conversion to numpy and the following stuffs.
12. Split the file of the nlp preprocessors, to make the dir structure more clear.
Bugs Fixing:
1. Fix a bug that lr_scheduler can be called earlier than the optimizer's step
2. Fix a bug that the direct call of Pipelines (not from pipeline(xxx)) throws error
3. Fix a bug that the trainer will not call the correct TaskDataset class
4. Fix a bug that the internal loading of dataset will throws error in the trainer class
Link: https://code.alibaba-inc.com/Ali-MaaS/MaaS-lib/codereview/10490585
2 years ago
liugao.lg
baff7c5b64
[to #42322933 ]add ofa-ocr-recogniiton pipeline
新增ofa关于日常场景文字识别的任务,主要包括:
1、新增pipeline及task名称定义;
2、新增pipeline、task、model及prepreocess核心类方法的代码逻辑;
3、其它同步修正的小细节逻辑;
Link: https://code.alibaba-inc.com/Ali-MaaS/MaaS-lib/codereview/10471089
2 years ago
yuze.zyz
acba1786b0
[to #42322933 ] Fix bug in UT daily
1. Fix bugs in daily test
2. Fix a bug that the updating of lr is before the first time of updating of optimizer
TODO this will still cause warnings when GA is above 1
3. Remove the judgement of mode in text-classification's preprocessor to fit the base trainer(Bug)
Update some regression bins to fit the preprocessor
4. Update the regression tool to let outer code modify atol and rtol
5. Add the default metric for text-classification task
6. Remove the useless ckpt conversion method in bert to avoid the requirement of tf when loading modeling_bert
Link: https://code.alibaba-inc.com/Ali-MaaS/MaaS-lib/codereview/10430764
2 years ago
shichen.fsc
1483c64638
[to #42322933 ] Fix ASR error when resample failed, and add all asr models UT, add apply-cmvn for pytorch models
Link: https://code.alibaba-inc.com/Ali-MaaS/MaaS-lib/codereview/10465241
2 years ago
shuying.shu
cb570d586c
add referring video object segmentation pipeline
Link: https://code.alibaba-inc.com/Ali-MaaS/MaaS-lib/codereview/10400324
3 years ago
zhangzhicheng.zzc
e3eb01f4ce
[to #42322933 ]update word-segmentation regression results
Link: https://code.alibaba-inc.com/Ali-MaaS/MaaS-lib/codereview/10432186
3 years ago
leyuan.hjy
172522d196
[to #42322933 ]video-object-detection init
新增video-object-detection 算法
Link: https://code.alibaba-inc.com/Ali-MaaS/MaaS-lib/codereview/10247489
3 years ago
bin.xue
3863efc14d
[to #42322933 ] add far field KWS trainer
Link: https://code.alibaba-inc.com/Ali-MaaS/MaaS-lib/codereview/10275823
3 years ago
yuxiang.tyx
2989492bc0
[to #42322933 ]更新face_detection_scrfd模型并支持finetune, 新增card_detection模型
1. 调整face_detection的文件层级(scrfd与其余新增face_detection方法平级);
2. 增加极大脸/旋转脸的检测方法,更新了新模型;
3. 支持读入数据集并finetune和eval;
4. 新增card_detection模型,支持读入datasethub数据集并finetune
Link: https://code.alibaba-inc.com/Ali-MaaS/MaaS-lib/codereview/10244540
3 years ago
shouzhou.bx
4cb5f8a2cd
[to #42322933 ] add human whole body model and image object detection auto model
Link: https://code.alibaba-inc.com/Ali-MaaS/MaaS-lib/codereview/10319306
3 years ago
ashui.cbh
69da8f91ac
[to #42322933 ]suport image inpainting
Link: https://code.alibaba-inc.com/Ali-MaaS/MaaS-lib/codereview/10111615
3 years ago
ryan.yy
ff69439c4f
[to #42322933 ]add image_body_reshaping code
Link: https://code.alibaba-inc.com/Ali-MaaS/MaaS-lib/codereview/10217723
* add image_body_reshaping code
3 years ago
tingwei.gtw
a079ab922f
[to #42322933 ] add product-segmentation pipeline
Link: https://code.alibaba-inc.com/Ali-MaaS/MaaS-lib/codereview/10252583
3 years ago
tingwei.gtw
5343c899fb
[to #42322933 ] add face-emotion pipeline
Link: https://code.alibaba-inc.com/Ali-MaaS/MaaS-lib/codereview/10202117
3 years ago
tingwei.gtw
4199af337e
[to #42322933 ] add face-human-hand detection model
Link: https://code.alibaba-inc.com/Ali-MaaS/MaaS-lib/codereview/10260332
3 years ago
tingwei.gtw
372adb3936
[to #42322933 ] support hand-static model
Link: https://code.alibaba-inc.com/Ali-MaaS/MaaS-lib/codereview/10244616
3 years ago
hanyuan.chy
4dbdc45963
test(data): add test data
Link: https://code.alibaba-inc.com/Ali-MaaS/MaaS-lib/codereview/10246518
3 years ago
bin.xue
470a1989bc
[to #42322933 ] feat: far field KWS accept mono audio for online demo
Link: https://code.alibaba-inc.com/Ali-MaaS/MaaS-lib/codereview/10211100
3 years ago
tingwei.gtw
7b23c41748
[to #42322933 ] Add video-inpainting files
视频编辑的cr
Link: https://code.alibaba-inc.com/Ali-MaaS/MaaS-lib/codereview/10026166
3 years ago
ly261666
8f05fa8cf1
[to #42322933 ] 新增MogFace人脸检测器
Link: https://code.alibaba-inc.com/Ali-MaaS/MaaS-lib/codereview/9921926
3 years ago
ly261666
c12957a9eb
[to #42322933 ] 新增Mtcnn人脸检测器
1. 完成Maas-cv CR标准 自查
Link: https://code.alibaba-inc.com/Ali-MaaS/MaaS-lib/codereview/9951519
* [to #42322933 ] 新增Mtcnn人脸检测器
3 years ago
eniac.xcw
d38076b072
makes test code clear
Link: https://code.alibaba-inc.com/Ali-MaaS/MaaS-lib/codereview/10041992
3 years ago
ly261666
9cbf246a8c
[to #42322933 ] 新增ULFD人脸检测器
1. 完成Maas-cv CR标准 自查
Link: https://code.alibaba-inc.com/Ali-MaaS/MaaS-lib/codereview/9957634
3 years ago
liangting.zl
4484dcaa04
[to #42322933 ] feat: add hand keypoints pipeline
Link: https://code.alibaba-inc.com/Ali-MaaS/MaaS-lib/codereview/9961906
* feat: add hand keypoints pipeline
3 years ago
ly261666
adab7d3391
[to #42322933 ] 新增FER人脸属性识别
完成Maas-cv CR自查;
新增个Task,已经跟产品确认可以增加,正在走流程中,目前还不在https://aone.alibaba-inc.com/v2/project/1181559/req#viewIdentifier=d7f112f9d023e2108fa1b0d8这里,后续会增加过来
Link: https://code.alibaba-inc.com/Ali-MaaS/MaaS-lib/codereview/9976346
3 years ago
ly261666
f508be8918
[to #42322933 ] 新增RetinaFace人脸检测器
1. 新增人脸检测RetinaFace模型;
2. 完成Maas-cv CR标准自查
Link: https://code.alibaba-inc.com/Ali-MaaS/MaaS-lib/codereview/9945188
3 years ago
xingguang.zxg
0451627626
[to #42322933 ]商品显著性分割v1.0
商品显著性检测模型,依赖opencv,mmcv-full
Link: https://code.alibaba-inc.com/Ali-MaaS/MaaS-lib/codereview/9909897
3 years ago
shuying.shu
4f72134adf
[to #42322933 ]update test video for movie scene segmentation
Link: https://code.alibaba-inc.com/Ali-MaaS/MaaS-lib/codereview/10007852
* update test video for movie scene segmentation
3 years ago
shouzhou.bx
4073376f51
[to #42322933 ]add face 2d keypoints by EasyCV
Link: https://code.alibaba-inc.com/Ali-MaaS/MaaS-lib/codereview/9934673
* add face 2d keypoints
3 years ago
xingguang.zxg
4d3716cf4e
[to #42322933 ]文本指导的语义分割模型
文本指导的语义分割模型,根据输入的文本信息,讲图像中对应文本描述的物体分割出来。
Link: https://code.alibaba-inc.com/Ali-MaaS/MaaS-lib/codereview/9942863
3 years ago
lllcho.lc
291f8fe68c
[to #42322933 ] Add action-detection model
添加新的action-detection task
Link: https://code.alibaba-inc.com/Ali-MaaS/MaaS-lib/codereview/9898947
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
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
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
hanyuan.chy
00b448a2fe
[to #42322933 ] support 3d body keypoints
Link: https://code.alibaba-inc.com/Ali-MaaS/MaaS-lib/codereview/9862567
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
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
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
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
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
c2edc29776
[to #42322933 ] support crowd-counting
Link: https://code.alibaba-inc.com/Ali-MaaS/MaaS-lib/codereview/9728416
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
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
shouzhou.bx
cb1aa66a49
[to #43259593 ]cv:add human pose eastimation to maas-lib
add human pose eastimation to maas-lib v3
Link: https://code.alibaba-inc.com/Ali-MaaS/MaaS-lib/codereview/9491970
3 years ago
biwen.lbw
9e28cfcd90
add skin retouching
Link: https://code.alibaba-inc.com/Ali-MaaS/MaaS-lib/codereview/9442509
3 years ago
baiguan.yt
3f7a5c8279
[to #42322933 ]人像增强
Link: https://code.alibaba-inc.com/Ali-MaaS/MaaS-lib/codereview/9590794
3 years ago
tianxi.tl
fc89cf8f3e
upload image_to_image_generation code
Link: https://code.alibaba-inc.com/Ali-MaaS/MaaS-lib/codereview/9564875
3 years ago