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.06k stars 121 forks source link

add model,hava this problem #119

Open threeneedone opened 1 year ago

threeneedone commented 1 year ago

RUNTIME ERROR Validation error Successfully connected to http://127.0.0.1:8003/ but it doesn't look like a valid ML backend. Reason: 500 Server Error: INTERNAL SERVER ERROR for url: http://127.0.0.1:8003/setup. Check the ML backend server console logs to check the status. There might be something wrong with your model or it might be incompatible with the current labeling configuration.

mmmmyolo commented 1 year ago

same too

JimmyMa99 commented 1 year ago

Are the endpoints of your back-end reasoning not reserved? This will cause you to be unable to use back-end reasoning on the front-end.

luke110 commented 1 year ago

你的后端推理的端点没有保留吗?这会导致你无法在前端使用后端推理。

hello, how did you solve this problem?

JimmyMa99 commented 1 year ago

你的后端推理的端点没有保留吗?这会导致你无法在前端使用后端推理。

hello, how did you solve this problem?

Make sure that both the front-end of label studio and the machine learning inference back-end are present at the same time, which means that you need to open both terminals instead of using ctrl + c to cancel one of the programs

luke110 commented 11 months ago

你的后端推理的端点没有保留吗?这会导致你无法在前端使用后端推理。

您好,您是如何解决这个问题的?

确保标签工作室的前端和机器学习推理后端同时存在,这意味着您需要打开两个终端,而不是使用 ctrl + c 取消其中一个程序

I have two command lines, one starts the front end and the other starts the back end, so this problem occurs when adding models

JimmyMa99 commented 11 months ago

你的后端推理的端点没有保留吗?这会导致你无法在前端使用后端推理。

您好,您是如何解决这个问题的?

确保标签工作室的前端和机器学习推理后端同时存在,这意味着您需要打开两个终端,而不是使用 ctrl + c 取消其中一个程序

I have two command lines, one starts the front end and the other starts the back end, so this problem occurs when adding models

If it's a problem with the model import, I think you should check that the input parameters etc. can be imported properly, or please provide more details for error correction.

linecodezp commented 8 months ago

if your problem like the " No module named timm"

pip install timm