label-studio icon indicating copy to clipboard operation
label-studio copied to clipboard

Can not export COCO, Pascal VOC, YOLO...

Open vladimir-metralight opened this issue 1 year ago • 3 comments

Describe the bug I have 13 annotated images with rotated bounding boxes and I am not able to export the project. There is error in javascript console and also in command line.

To Reproduce Steps to reproduce the behavior:

  1. Go to Project > annotated images
  2. Click on Export
  3. Message "Files are being prepared. It might take some time." is displayed, but the export will never finish.

Expected behavior Should export zip with images and annotations.

Screenshots image image

Environment (please complete the following information):

  • OS: Windows 11
  • Label Studio Version: 1.15.0

Additional context I did installation using pip into fresh virtual environment of python 3.10.

vladimir-metralight avatar Dec 17 '24 12:12 vladimir-metralight

It has to be something with the project, not the installation, because older projects can be exported.

vladimir-metralight avatar Dec 17 '24 15:12 vladimir-metralight

The error is on this line only in browser. image If I open export URL on new tab, the zip file is actually downloaded.

vladimir-metralight avatar Dec 17 '24 17:12 vladimir-metralight

Try to export using LS console: https://labelstud.io/guide/export.html#Export-using-console-command

makseq avatar Dec 19 '24 14:12 makseq