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

Question about annotation_tool.py #83

Open
r-9li opened this issue Feb 20, 2023 · 2 comments
Open

Question about annotation_tool.py #83

r-9li opened this issue Feb 20, 2023 · 2 comments

Comments

@r-9li
Copy link

r-9li commented Feb 20, 2023

@AnasIbrahim Thank you very much for developing this labeling tool. It is very easy to use.
But I have a question, why is
image
instead of
obj_geometry.transform(transform_cam_to_obj)
when loading the data.

@xqms
Copy link

xqms commented May 13, 2024

Hey @AnasIbrahim, we just ran into the same problem. The code currently in place rotates around the mean coordinate, which is not the same as the origin of the object. obj_geometry.transform(transform_cam_to_obj) gives correct results for us.

@AnasIbrahim
Copy link
Contributor

I have a more recent version with big updates of the annotation tool in my own fork. I will try to merge it in this main repo soon.

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

3 participants