[BUG] Upload Annotations to LabelStudio Results in Key Error and Misaligned Boxes #4792
Open
1 of 3 tasks
Labels
bug
Bug fixes
Describe the problem
Exporting annotations to Label Studio resulted in a key error on line 345 of labelstudio.py uploading file_ids
Error:
A fix to the bug would be changing 'file_upload_ids' in the payload to 'import', which is what label studio api now returns. Annotations are then able to be uploaded along with images but the annotations are misaligned.
Code to reproduce issue
System information
python --version
): 3.12fiftyone --version
): 0.25.1Willingness to contribute
The FiftyOne Community encourages bug fix contributions. Would you or another
member of your organization be willing to contribute a fix for this bug to the
FiftyOne codebase?
from the FiftyOne community
The text was updated successfully, but these errors were encountered: