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
19.35k stars 2.4k forks source link

YOLOv8 OBB Export takes infinitely #6300

Closed prichinatryaski closed 2 months ago

prichinatryaski commented 2 months ago

Describe the bug Exporting the dataset of 1.5-3 thousand images takes infinitely from UI. Exporting from console at the same time produces labels only, no images.

To Reproduce Steps to reproduce the behavior:

  1. Go to 'Export'
  2. Click on 'YOLOv8 OBB'

Expected behavior Fast or at least finite export

Screenshots image

Environment (please complete the following information):

Additional context Other export options work as intended but are not applicable due to amount of images. Basic YOLO export is not available. It happened before with basic YOLO export, however, that time it was the lack of free space on device. This time the disk is almost free of files.

jombooth commented 2 months ago

hi @prichinatryaski - would you be able to leverage snapshots using the SDK or API to solve this issue? See https://labelstud.io/guide/export.html#Export-timeout-in-Community-Edition

prichinatryaski commented 2 months ago

hi @prichinatryaski - would you be able to leverage snapshots using the SDK or API to solve this issue? See https://labelstud.io/guide/export.html#Export-timeout-in-Community-Edition

I was succesfully able to back up images using self-written script and console export, and the next day after pc reboot (not server, though) the export ended up being successful. However, it seems weird to me, that timeout occures with no exception messages and with no trace