label-studio-ml-backend icon indicating copy to clipboard operation
label-studio-ml-backend copied to clipboard

Configs and boilerplates for Label Studio's Machine Learning backend

Results 260 label-studio-ml-backend issues
Sort by recently updated
recently updated
newest added

Given that the most time-consuming part of using the (excellent) Segment Anything integration is the initial embedding, it would be extremely useful if all images in the project could have...

Hello, I'm using labelstudio to label detection and segmentation images. However, I would like to carry out a keypoint project and train yolov8-pose. As far as I have seen in...

labelstudio: 1.8.1 label-studio-ml: 1.0.9 ``` [2023-08-19 11:46:24,325] [DEBUG] [urllib3.connectionpool::_new_conn::1014] Starting new HTTPS connection (1): huggingface.co:443 [2023-08-19 11:46:24,675] [DEBUG] [urllib3.connectionpool::_make_request::473] https://huggingface.co:443 "HEAD /bert-base-uncased/resolve/main/tokenizer_config.json HTTP/1.1" 200 0 [2023-08-19 11:46:24,727] [DEBUG] [ner::fit::487] Read...

When I want to add the model inside label studio it tells me that Successfully connected to http://166.82.51.173:9090/ but it doesn't look like a valid ML backend. Reason: 500 Server...

1. after I follow [segment_anything_model readme](https://github.com/HumanSignal/label-studio-ml-backend/tree/master/label_studio_ml/examples/segment_anything_model/README.md),I run `python _wsgi.py -p 4243`,get this ``` Traceback (most recent call last): File "/data/zqh/project/label-studio-ml-backend/label_studio_ml/examples/segment_anything_model/_wsgi.py", line 107, in app = init_app( ^^^^^^^^^ TypeError: init_app() got...

I setup the example to use SAM model to label my segmentation dataset faster. I uploaded a few images from my local machine and was able to prompt SAM with...

Would be great to get the most up-to-date via pip (e.g. depreciation of LABEL_STUDIO_ML_BACKEND_V2_DEFAULT flag)

I had followed https://github.com/heartexlabs/label-studio-ml-backend/tree/master/label_studio_ml/examples/segment_anything_model to deploy **SAM model** But there are some bugs of **SAM** predictions: ### The coordinates of the mask will be offset from the target I expected,...