bop_toolkit icon indicating copy to clipboard operation
bop_toolkit copied to clipboard

Question about annotation_tool.py

Open r-9li opened this issue 2 years ago • 2 comments

@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.

r-9li avatar Feb 20 '23 13:02 r-9li

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.

xqms avatar May 13 '24 14:05 xqms

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.

AnasIbrahim avatar May 13 '24 15:05 AnasIbrahim