You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 21, 2024. It is now read-only.
When executing the command label-studio-converter import yolo -i data -o ls-tasks.json to generate a JSON file for pre-annotated YOLO detection images, the following folder architecture is assumed:
data:
images
labels
classes.txt
The images folder contains 5537 images, and the labels folder contains an equal number of txt files corresponding to annotations. However, the generated JSON file only contains 3948 images. I've confirmed that each image has a corresponding txt file, and they were generated using a trained YOLOv8 model.
Environment:
Label Studio latest Docker image
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Bug Description:
When executing the command label-studio-converter import yolo -i data -o ls-tasks.json to generate a JSON file for pre-annotated YOLO detection images, the following folder architecture is assumed:
data:
The images folder contains 5537 images, and the labels folder contains an equal number of txt files corresponding to annotations. However, the generated JSON file only contains 3948 images. I've confirmed that each image has a corresponding txt file, and they were generated using a trained YOLOv8 model.
Environment:
Label Studio latest Docker image
The text was updated successfully, but these errors were encountered: