You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@AnasIbrahim Thank you very much for developing this labeling tool. It is very easy to use.
But I have a question, why is
instead of
obj_geometry.transform(transform_cam_to_obj)
when loading the data.
The text was updated successfully, but these errors were encountered:
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 Thank you very much for developing this labeling tool. It is very easy to use.
But I have a question, why is
instead of
obj_geometry.transform(transform_cam_to_obj)
when loading the data.
The text was updated successfully, but these errors were encountered: