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

Hi, I was able to get the ML backend running and use SAM to interactively generate mask annotations based on keypoint and rectangle inputs. However, when the 'Auto-accept suggestions' option...

I have trying to install ML backend latest but unfortunately I am getting error: `/home/marlo/.local/lib/python3.10/site-packages/pydantic/_internal/_config.py:341: UserWarning: Valid config keys have changed in V2: * 'allow_population_by_field_name' has been renamed to 'populate_by_name'...

I have trying to install ML backend latest but unfortunately I am getting error ``` Traceback (most recent call last): File "C:\Users\rohin\anaconda3\envs\labstd\Scripts\label-studio-ml-script.py", line 33, in sys.exit(load_entry_point('label-studio-ml', 'console_scripts', 'label-studio-ml')()) File "C:\Users\rohin\anaconda3\envs\labstd\Scripts\label-studio-ml-script.py",...

Hello, I am currently trying to test an ML backend with a model I created myself. As a practice, I am trying to draw only rectangles in the images. However,...

I want to use segment_anything_2_video in conjunction with label-studio for video annotation, but when I run label-studio-ml start .\segment_anything_2_video in the directory C:\Users\Admin\label-studio-ml-backend\label_studio_ml\examples, the following error occurs: **Traceback (most recent...

Hello, I'm trying to run Sam2 with docker compose on my local system for video tracking. However, the upstream repo for Segment anything 2 updated the checkpoints to point to...

The repo `segment-anything-2` has been renamed `sam2`. The current model is sam2.1.

Moreover, `model_obb` defaulted to false, whereas `canRotate` defaults to true.

I got this error when i connecting to ML Backend using Grounding Dino Validation error Successfully connected to http://0.0.0.0:9090/ but it doesn't look like a valid ML backend. Reason: 500...

I am working on integreating gliner for automating NER process, I am using the files and code given in example file of gliner, Even though I changed model dir save...