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

Object order changing #8482

Open
2 tasks done
DavidInAus opened this issue Sep 27, 2024 · 0 comments
Open
2 tasks done

Object order changing #8482

DavidInAus opened this issue Sep 27, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@DavidInAus
Copy link

Actions before raising this issue

  • I searched the existing issues and did not find anything similar.
  • I read/searched the docs

Steps to Reproduce

Imported 20 images.
Uploaded annotations - identical format to a Yolo1.1 export, just with annotations added for each image. 7 annotations listed for each image, ordered top to bottom in the text file to correspond with a left to right on the image. All given the same class.
For image 1, hovering over the top object in the object list (listed as object 1) highlights and corresponds to the 6th label (left to right).
For image 2, hovering over the top object in the object list (listed as object 8) highlights and corresponds to the 7th label.
...
For image 4, hovering over the top object (29) shows it corresponds to the 3rd label on the image.
And so on, seemingly random.

Expected Behavior

Expected that the label order in the .txt files would directly correspond to the object number such that the top down/left to right approach in the txt file would be mirrored by a top down object list and a left/right order of the labels.

Possible Solution

No response

Context

Having it work as expected allows a consistent and accelerated workflow scanning through each object location and assigning it the correct category.

Environment

Using CVAT through the CVAT web interface, in an organisation.
@DavidInAus DavidInAus added the bug Something isn't working label Sep 27, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant