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

Order of instances in xml #3653

Closed
mmhello opened this issue Sep 7, 2021 · 4 comments
Closed

Order of instances in xml #3653

mmhello opened this issue Sep 7, 2021 · 4 comments
Labels
question Further information is requested

Comments

@mmhello
Copy link

mmhello commented Sep 7, 2021

hello,
i exported the task dataset after annotating and i want to save the data about the order i labeled the instances (what i labeled first, second etc.)
i saw in the xml that the order is not saved.
can i keep this information somehow?
thanks

@mmhello mmhello changed the title order of instances in xml Order of instances in xml Sep 7, 2021
@nmanovic nmanovic added need info Need more information to investigate the issue question Further information is requested labels Sep 7, 2021
@nmanovic
Copy link
Contributor

nmanovic commented Sep 7, 2021

@mmhello , unfortunately it is impossible at the moment. Could you please describe your use case? Why do you need the feature?

@mmhello
Copy link
Author

mmhello commented Sep 7, 2021

thanks for the fast response!
i have 2 classes and there are connections between the instances of different classes (instance 1 from class 1 belong to instance 1 from class 2, etc.)
and i want to be able to have the information about the connections.
i thought to label them one after another but the export to xml shuffles the order.

@zhiltsov-max
Copy link
Contributor

How about joining them into groups then? They will have the same group id in the exported file.

@nmanovic
Copy link
Contributor

@mmhello , please use groups as Max suggested. I will close the issue.

@nmanovic nmanovic removed the need info Need more information to investigate the issue label Nov 20, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

3 participants