Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

sia_request_again on LOST csv annotation file #204

Open
TontonJambon opened this issue Aug 28, 2023 · 1 comment
Open

sia_request_again on LOST csv annotation file #204

TontonJambon opened this issue Aug 28, 2023 · 1 comment

Comments

@TontonJambon
Copy link

Describe the bug
A clear and concise description of what the bug is.
sia_request_again on a imported csv file causes SQL error

To Reproduce
Steps to reproduce the behavior:

  • I created a folder with 4 images
  • I annotated them with a SIA pipeline
  • I downloaded an export of the annotations
  • Copy the exported CSV file next to the images
  • I create a new sia_request_again pipeline and choose the CSV file as data
  • The pipeline fails with ERROR

The issue seemed to be that in the SQL request to insert two_d_anno, the sim_class was "nan"

Now I edited my file by hand and add 1, or 0 in this field for every annotation. It corrected the error but now my annotation was causing LOST interface to become blank.

Expected behavior
I would expect to be able to browse the annotations and add some

Screenshots
If applicable, add screenshots to help explain your problem.

Desktop (please complete the following information):

  • OS: Ubuntu 22.04
  • Browser: OPERA
  • Version 2.0.0-alpha.32

Additional context
Add any other context about the problem here.
Actually I don't want to really annotate again my data, what I want is to generate a lost compatible dataset out of YOLO/COCO formatted datasets to be able to add a new label to a dataset (I downloaded 1400 images with annotated vehicle and want to also annotate people on this dataset)
I attached both error logs.
lost_annotate_ui_blank.txt
lost_sia_request_again_log.txt

@TontonJambon
Copy link
Author

parquet file works perfectly.

I would like to use this positive message to thank you for your work, LOST is a great tool.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant