HumanSignal / label-studio

Label Studio is a multi-type data labeling and annotation tool with standardized output format
https://labelstud.io
Apache License 2.0
18.41k stars 2.32k forks source link

empty txt file after exporting dataset with yolov8 format #6366

Open bauerhartmut opened 2 weeks ago

bauerhartmut commented 2 weeks ago

When I am try to export a Video dataset from label-studio using the yolov8 format I get an .zip file with the folders with one is named labels with an empty txt file in it. How can I solve this problem? I am updatet label-studio today but never made a video dataset earlier.

jombooth commented 2 weeks ago

Hi @bauerhartmut - we don't actually offer yolov8 export; our yolo export is intended for image datasets rather than video. What I'd recommend doing instead is exporting in json format, then converting the result to your intended format (though unfortunately, we don't offer any tools for this conversion just yet)