label-studio-ml-backend
label-studio-ml-backend copied to clipboard
Validation error
我使用:
git clone https://github.com/HumanSignal/label-studio-ml-backend.git
cd label-studio-ml-backend/
pip install -e .
创建ml后端:
label-studio-ml create my_ml_backend
修改了model后去启动模型服务,在测试验证的时候health一直超时,我看里面设置的是3s,找了半天没有找到对应的配置,我看另外一个代码https://github.com/HumanSignal/label-studio/blob/develop/label_studio/ml/api_connector.py里面就有设置