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

hello I have not been able to find the cause of this problem, can you please help me analyze it? ``` class MMDetection(LabelStudioMLBase): def __init__(self, config_file='D:/Code/AI/mmdetection/configs/faster_rcnn/faster-rcnn_r50_fpn_1x_coco.py', checkpoint_file='D:/Code/AI/mmdetection/demo/checkpoints/faster_rcnn_r50_fpn_1x_coco_20200130-047c8118.pth', image_dir='D:/Code/AI/mmdetection/demo/laeblstudioml', labels_file='{"airplane":"airplane","car":"car","person":"person"}', score_threshold=0.1,...

fit method is being invoked every time a call is made and job results were successful but when the next prediction happens self.train_output is always blank. Any pointers on how...

when I start my custom ML backend with Label Studio with a problem: it show this: This is my input code: **(label_sam) E:\ProgramData\Anaconda3_projects\playground\label_anything\require_packages\label-studio-ml- backend>label-studio-ml init sam --script E:\ProgramData\Anaconda3_projects\playground\label_anything\req uire_packages\label-studio-ml-backend\label_studio_ml\examples\segment_anything_model\segment_anything_model.py** This...

I initialize an ML backend based on label_studio_ml/examples/bert/bert_classifier.py.but when i use it to train,the process always ended unexpectedly. ``` [2023-03-15 16:58:05,044] [WARNING] [label_studio_ml.api::_train::81] => Warning: API /train is deprecated since...

Bumps [requests](https://github.com/psf/requests) from 2.22.0 to 2.31.0. Release notes Sourced from requests's releases. v2.31.0 2.31.0 (2023-05-22) Security Versions of Requests between v2.3.0 and v2.30.0 are vulnerable to potential forwarding of Proxy-Authorization...

title needs formatting
dependencies
python

Bumps [requests](https://github.com/psf/requests) from 2.22.0 to 2.31.0. Release notes Sourced from requests's releases. v2.31.0 2.31.0 (2023-05-22) Security Versions of Requests between v2.3.0 and v2.30.0 are vulnerable to potential forwarding of Proxy-Authorization...

title needs formatting
dependencies
python

Bumps [flask](https://github.com/pallets/flask) from 1.1.2 to 2.2.5. Release notes Sourced from flask's releases. 2.2.5 This is a security fix release for the 2.2.x release branch. Note that 2.3.x is the currently...

title needs formatting
dependencies
python

# Problem After linking a **Question Answering model** and activating the **"Use for interactive preannotations"** button, I expect that when I click on a task, it will run the predictions...

The text area recognized by the OCR ml backend written by myself is misplaced on the web page, but the recognition result of the text content is correct. I use...

How to create backend & labelling interface for multipage annotation?

question