open-mmlab / playground

A central hub for gathering and showcasing amazing projects that extend OpenMMLab with SAM and other exciting features.
Apache License 2.0
1.13k stars 124 forks source link

AssertionError,This error occurred when I labeling #117

Open sisyphus229 opened 1 year ago

sisyphus229 commented 1 year ago

[ERROR] [label_studio_ml.model::get_result_from_last_job::131] 1685446124 job returns exception: Traceback (most recent call last): File "/home/ubuntu/anaconda3/envs/wyz-labelsam/lib/python3.9/site-packages/label_studio_ml/model.py", line 129, in get_result_from_last_job result = self.get_result_from_job_id(job_id) File "/home/ubuntu/anaconda3/envs/wyz-labelsam/lib/python3.9/site-packages/label_studio_ml/model.py", line 111, in get_result_from_job_id assert isinstance(result, dict) AssertionError When I'm labeling, there's a lag. On the backend, you also get the above error message.

JimmyMa99 commented 1 year ago

This looks like an error that occurred in LS backend reasoning, you can look at the issues in LS specifically, hope this link can help you. https://github.com/heartexlabs/label-studio/issues/2850

sisyphus229 commented 1 year ago

This looks like an error that occurred in LS backend reasoning, you can look at the issues in LS specifically, hope this link can help you. https://github.com/heartexlabs/label-studio/issues/2850

Hello, please give me a valid link, this url is broken.

pinecho commented 1 year ago

Hi, I have encountered the same problem. Have anyone fixed this?