-
Notifications
You must be signed in to change notification settings - Fork 3k
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
Frames order is reversed once I dump annotations #3366
Comments
@kirill-sizov , could you please look? |
@nmanovic, Yes, sure. |
Hi, @muratayoshio, |
Thank you... |
@kirill-sizov Hi, what is the status of this issue? |
@azhavoro Hi, not started yet, I will proceed with this task, after such as I finish my current task. |
Hi, @muratayoshio I still have problem with reproducing your issue.
Could you please tell me at what step my actions differ from yours, so that I can reproduce this problem? Thanks for your reply in advance. |
I will close this issue as there is not enough information to reproduce it. |
Hey @muratayoshio,
|
Thank you very much, it is quite helpful...
I'll try to implement this workaround then...
El mar, 21 sept 2021 a las 9:34, Ayhan Okuyan ***@***.***>)
escribió:
… Hey @muratayoshio <https://github.com/muratayoshio>,
I was having the same trouble with the frames I have uploaded using the
API requests. I was using python to parse the annotations and can offer a
workaround. If you are using xml.etree.ElementTree to parse, you can sort
by image id as follows.
root = ET.parse(filename).getroot()
root[:] = sorted(root, key=lambda child: (child.tag, child.get('name')))
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#3366 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AGEALTTYXD63JPGP2BBDW7TUDCJYLANCNFSM47I5GNWA>
.
Triage notifications on the go with GitHub Mobile for iOS
<https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675>
or Android
<https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub>.
--
___________________________
Jorge Ernesto Espinosa Oviedo
PhD. Msc. Computer Engineer
Docente Investigador
Politécnico Colombiano Jaime Isaza Cadavid
Tel. 57 (4) 319 79 00 ext 492
Oficina P19-211 G
|
In my case, the reverse problem occurs when I load a bunch of images by dragging them into the loading area. If I create a video with the images and drag the video instead, the order is correct. To solve the problem of miss-assigned labels, you can upload the dumped (wrong) annotations into the same task and export it again (reverse + reverse = right order) |
@Chicone , could you please describe how to reproduce the issue in a separate issue? Looks like it is a critical bug. |
My actions before raising this issue
Expected Behaviour
The frame sequence in annotations should respect the order of the uploaded sequence in the framework.
Current Behaviour
The frames sequence in annotations starts from the last frame and change the label id of the objects
Possible Solution
Steps to Reproduce (for bugs)
Context
Your Environment
git log -1
):docker version
(e.g. Docker 17.0.05):Logs from `cvat` container
Next steps
You may join our Gitter channel for community support.
The text was updated successfully, but these errors were encountered: