modelscope / modelscope

ModelScope: bring the notion of Model-as-a-Service to life.
https://www.modelscope.cn/
Apache License 2.0
6.76k stars 698 forks source link

OCR的场景识别模型推理遇到:missing 2 required positional arguments: 'op' and 'message' #342

Closed lipeng1109 closed 1 month ago

lipeng1109 commented 1 year ago

问题:OCR的场景识别模型推理遇到:missing 2 required positional arguments: 'op' and 'message' Traceback (most recent call last): File "end_to_end_pipeline.py", line 178, in ocr_detection = pipeline(Tasks.ocr_detection, model=det_model) File "/home/peng.li/.conda/envs/modelscope/lib/python3.7/site-packages/modelscope/pipelines/builder.py", line 140, in pipeline return build_pipeline(cfg, task_name=task) File "/home/peng.li/.conda/envs/modelscope/lib/python3.7/site-packages/modelscope/pipelines/builder.py", line 57, in build_pipeline cfg, PIPELINES, group_key=task_name, default_args=default_args) File "/home/peng.li/.conda/envs/modelscope/lib/python3.7/site-packages/modelscope/utils/registry.py", line 215, in build_from_cfg raise type(e)(f'{obj_cls.name}: {e}') TypeError: init() missing 2 required positional arguments: 'op' and 'message'

使用安装包:modelscope=1.4.0、1.5.0都会出现这个错误,使用1.3.0不会

github-actions[bot] commented 1 month ago

This issue is stale because it has been open 30 days with no activity. Remove stale label or comment or this will be closed in 5 days.

github-actions[bot] commented 1 month ago

This issue was closed because it has been stalled for 5 days with no activity.