label-studio-ml-backend
label-studio-ml-backend copied to clipboard
Configs and boilerplates for Label Studio's Machine Learning backend
docker image [heartexlabs/label-studio-ml-backend:mmdetection3-master](https://hub.docker.com/layers/heartexlabs/label-studio-ml-backend/mmdetection3-master/images/sha256-30bc39ec2e3d45f2fc00d8345dad501a8a8ae37bd2fe76f6a2c5619d126b4bbd) encountered an issue. ``` RuntimeError( RuntimeError: Cannot re-initialize CUDA in forked subprocess. To use CUDA with multiprocessing, you must use the 'spawn' start method ``` same as...
It seems like the direct way of install `pip install git+https://github.com/HumanSignal/label-studio-ml-backend.git` is failing due to a missing Poetry config in one of its dependencies --> `https://github.com/HumanSignal/label-studio-sdk`. Full Error messages below:...
I keep getting an error when trying to run [Create an empty ML backend](https://labelstud.io/guide/ml_create#2-Create-an-empty-ML-backend): `label-studio-ml create my_ml_backend`. Here is my complete stack trace: ``` Traceback (most recent call last): File...
I am unable to use the Yolo ML Backend model to annotate image data from Cloud Storage. ``` /label-studio/media/upload, upload_dir=/Users/admin/Library/Application Support/label-studio/media/upload [2024-11-04 16:16:50,467] [INFO] [label_studio_sdk._extensions.label_studio_tools.core.utils.io::get_local_path::144] Resolving url using hostname [http://localhost:8089/]:...
Support for multiple object video tracking capabilities with SAM2 Significant improvements have been made to the video segmentation and tracking features, including support for multi-object tracking. - Users can now...
Is anyone else getting an issue when trying to set up sam2 image ml backend? I get this after I modify model.py to match my checkpoints and other environmental variables....
**Description:** I discovered the problem when using Label Studio ML Backend to label a video with multiple objects to track. This issue occurs consistently with all videos that contain multiple...
Hi, SAM2 was upgraded to model 2.1. The Download script for checkpoints downloads now by default the 2.1 version. To fix it, i had to comment in the old 2.0...
When I try to use the Start Training button from labelstudio front end running v1.13.1 and current ML backend (commit 9fb7f4a) I get an error ``` ml-backend-1 | File "/usr/local/lib/python3.8/site-packages/label_studio_ml/api.py",...