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

See here: https://setuptools.readthedocs.io/en/latest/userguide/datafiles.html e.g. This also makes label-studio-transformers fail, as the first thing to do according to its README is ``` bash label-studio-ml init my-ml-backend --script models/bert_classifier.py ``` which fails...

There seems to be a requeriments version conflict related to dependencies MarkupSafe and moto. These are not direct dependencies but they make the system fail. After following the readme instructions...

https://github.com/heartexlabs/label-studio-ml-backend/blob/4989ef5adf3673e3d41fac67964b90298ac07573/label_studio_ml/server.py#L112 I believe it should be: `os.system('python3 ' + wsgi + ' ' +' '.join(subprocess_params))` What are your thoughts?

Hi, I was trying to set up the ML-backend as follow the QuickStart. When initializing using this code: label-studio-ml init my_ml_backend --script label_studio_ml/examples/simple_text_classifier.py I have this problem ![image](https://user-images.githubusercontent.com/84298851/118424826-85ee5380-b6fa-11eb-825a-678ac907afe5.png) When I...

Hi, I try to get started with ML Backend in Label Studio. My personal appreciation is that the example provided by this repo is too complex : - The docker...

Hi, How can I change default location of annotations result which is being stored in the form of `.json`. I want to change location of following directories which are being...

Hello, I want to add a custom argument to the init function. But couldn't find instructions on how to pass the argument in the instantiation of the model. Here is...

Hi there. I am new to label-studio-ml, just started using the tool today. I am trying to run the example [mmdetection](https://github.com/heartexlabs/label-studio-ml-backend/tree/d6e72f9e9b48129173df16a8ee5dc4a148f30f5c/label_studio_ml/examples/mmdetection), and have run into a problem trying to run...

Trying to edit prediction text throws exception: `Uncaught Error: [mobx-state-tree] No matching type for union ((string | string[]) | undefined?)` Full exception traceback at the end of this report. And...

Hi, I am getting a validation error when I try to connect my model.py to the label interface for image classification. Can anyone please help me with the issue. This...