24 questions
- Bountied 0
- Unanswered
- Frequent
- Score
- Trending
- Week
- Month
- Unanswered (my tags)
0
votes
1
answer
199
views
Label Studio not presenting the labels and OCR text
I’m new using label studio and I’m assigned to make a project for extracting data from invoices with different layouts using LayoutLM.
Since the invoices have thousands of words and need to label in ...
0
votes
2
answers
926
views
Forbidden (403) CSRF verification failed. Request aborted. while logging in in Label Studio
Once labelstudio is updated to version
and run from commandline:
LABEL_STUDIO_DISABLE_SIGNUP_WITHOUT_LINK=true CRYPTOGRAPHY_OPENSSL_NO_LEGACY=1 HOST='https://...' nohup label-studio -b --data-dir /...
0
votes
1
answer
2k
views
Dataset format mismatches between Ultralytics YOLOv8 training and Label Studio exported
I used Tensorflow before and am new to PyTorch and Ultralytics YOLOv8. I recently learnt to train (fine-tune) the YOLOv8 object detection model to fit my own dataset. However, the official ...
1
vote
1
answer
962
views
How do I configure label-studio to use a different root URL?
I want to serve labelstudio under a different path in stead of the root URL.
I am using an AWS Load Balancer that has several other services and want to use /labelstudio/ as the root for label studio.
...
1
vote
2
answers
513
views
How to properly configure label-studio to use redis as a data source (in a docker)
I'm trying to set up a docker stack for a datascience project and I want to use redis to have services exchange data.
I followed the documentation provided by label studio but there are a lot of ...
0
votes
1
answer
115
views
Resolve http URI for azure data lake
I am creating an Azure Data Lake storage integration for Label Studio. The way the Django backend works is that it resolves cloud storages integrations in away that they can be resolved to http ...
0
votes
2
answers
114
views
add unit test in label-studio django project to azure storage
I am trying to add a new unit test to label-studio project
I am not able to successfully create the storage upload below
- name: stage
request:
data:
container: pytest-azure-images
...
2
votes
0
answers
1k
views
Label-Studio error when importing local image files
I'm trying annotate some jpg images from my local machine with label-studio. The images import fine at first, but the image icons don't show up in the tasks. If I select a task to annotate, I am met ...
3
votes
2
answers
1k
views
How can I use label studio to annotate text data in google colab?
How can I use label studio to annotate text data in google colab? And please also suggest good alternatives to label studio which I can easily used in google colab to annotate/label text data?
I tried ...
0
votes
0
answers
426
views
Is there a way to add a custom "Visual & Experience Tags" in label studio?
I read the documentation of label studio and I understood that there are 3 types of tags which are: (Object tags, control tags, and Visual & Experience Tags)
Now I want to make a custom tag which ...
7
votes
1
answer
6k
views
Is there a way to import images and labels from a Label Studio export on a different machine to Label Studio running on my machine?
I'm trying to figure out how to open/import/view a Label Studio YOLO export from a different machine on my machine in order to directly view the bounding boxes as they were labeled.
I received a ...
1
vote
2
answers
1k
views
Problems running a docker container (maybe permission issues)
I am new to docker and I was trying to deploy the software (https://github.com/HumanSignal/label-studio) to a debian VM. I followed the instructions here:
https://hub.docker.com/r/heartexlabs/label-...
1
vote
1
answer
2k
views
trying to install label-studio with Python
I'm trying to install label-studio library following the web-site information:
enter link description here
In particular I'm using the following commands:
pip install label-studio --user
The module ...
2
votes
1
answer
2k
views
How to configure minio in Label Studio
Successfully uploaded images using minio, but cannot be displayed on the page
docker-compose.yml
app:
stdin_open: true
tty: true
build: .
image: heartexlabs/label-studio:latest
restart: ...
1
vote
0
answers
855
views
Label Studio: Importing Txt Files as Whole Files & Exporting the Result
I am trying to export the result of the file that I imported to Label Studio. This is my labeling interface :
<View>
<Labels name="label" toName="text">
<Label ...