-
Notifications
You must be signed in to change notification settings - Fork 108
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
Labels shift in height when repeatedly loaded #163
Comments
Hello @Luki132, I tried to replicate your issue with multiple export formats but failed to do so. Can you tell me which export format you selected and maybe provide an example point cloud and label? Also providing the full |
I'm having the same issue described above. Every time I relaunch the app, the labels shift in height. Laptop: Error: config.ini: [POINTCLOUD] [LABEL] [USER_INTERFACE] _classes.json: Let me know if you need any more information. |
@NArcher22 thanks for the data! Might be Windows-related, if I cannot reproduce. I will give it another try. For the icons seems like the path is broken (likely due to windows You could do two more things:
|
@ch-sa Thank you for responding.
![]() After saving once: After saving twice: Please let me know if you discover anything. |
I fixed the path issue for the icon. The Qt stylesheets always require a POSIX-like path and no For the issue of shifting heights I still could not reproduce it (even on windows). Though I only tested with other label formats since I did not had calibration files at hand. Did the issue only appear with the |
Ok, now I can replicate it as well. The issue appears only when using the |
Found the issue: Not the correct dimension was used on export with kitti format. Thanks for reporting. |
Fix is merged to master and published to PyPI with v1.1.1. |
When I saved the point cloud annotation to the Kitti dataset format, after adding the calibration file, the saving format is still the same as the kitti_untransformed. |
Describe the bug
Labels shift in height when repeatedly loaded. This occurs, for instance, when toggling between two scenes with labels.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
The labels should remain consistent in their original positions, regardless of the number of times they are accessed.
Screenshots
Screenshot showing the height shift of two labeled objects (a person on a bicycle) after repeatedly opening the labels.
Bevor:
After:
Desktop (please complete the following information):
The text was updated successfully, but these errors were encountered: