HumanSignal / HumanSignal/label-studio

Exporting YOLO-OBB's label text is blank

Open
#7,764 1 comment 0 reactions 0 assignees View on GitHub
community_needs-information
Dominant language
TypeScript
Stars
28.3k
Forks
3.7k
Avg merge
14h
Merged PRs (30d)
15

Description

**Describe the bug**
I used the Semantic Segmentation with Masks template for the labeling task. When exporting, I chose to export to YOLO-OBB format. After downloading the zip, the rest of the files had content, but each txt in the label folder was empty.

**To Reproduce**
Steps to reproduce the behavior:
1. Go to 'my project'
2. Click on 'Exprot'
3. Choose 'YOLO-OBB' or 'YOLO-OBB with images'
4. Download the zip
5. Check the txt file in the label folder, it is empty

**Expected behavior**
I want to have a txt tag export function that conforms to the format.

**Screenshots**
Here are some of my screenshots.

![Image](https://github.com/user-attachments/assets/01fd9395-1ca6-427c-9927-f75fb3f07f15)

![Image](https://github.com/user-attachments/assets/a2d04508-28d9-4eec-9bbf-1892afe63475)

![Image](https://github.com/user-attachments/assets/774b6d52-41e2-402b-a6be-738905eeee82)

![Image](https://github.com/user-attachments/assets/b85e99c9-2ced-4b33-8ca5-626fc224bfca)

![Image](https://github.com/user-attachments/assets/7ac4af38-4a7c-460d-a2fa-bf8f5855acfd)

**Environment (please complete the following information):**
- OS: CentOS7.6
- Label Studio Version 1.19.0

**Additional context**
In addition, to facilitate installation, I changed 'from sqlite3 import dbapi2 as Database' to 'from pysqlite3 import dbapi2 as Database' in base.py of /python3.11/site-packages/django/db/backends/sqlite3

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.