isl-org / Open3D

Open3D: A Modern Library for 3D Data Processing
http://www.open3d.org
Other
11.37k stars 2.29k forks source link

2D bounding box on RGB frames from 3D bounding box on point clouds #2709

Closed hosseinshirali closed 3 years ago

hosseinshirali commented 3 years ago

Hi, i use the reconstruction-system to create point clouds of an object from a sequence of RGBD frames then I created a 3d bounding box on the object in the point clouds so now I have 8 points with 3d coordinates. my question is how can I have 2d bounding box of the object on all of the RGB frames at the same coordinates of the 3d bounding box? my initial idea Is to project 3d bb to 2d bb but as it is clear, the position of the object is different in each frame, so I do not know how can i use this approach? i appreciate any help or other solution, thanks

YashRunwal commented 3 years ago

Hi, I am actually trying to do the opposite. I have 2D bounding box and the point cloud along with the depth information of the object and am trying to plot the 3D bbox in the point cloud. Can you tell me how you managed to do the opposite so that I can take some hints and apply it for my problem?

Litao917 commented 3 years ago

Hi, I am actually trying to do the opposite. I have 2D bounding box and the point cloud along with the depth information of the object and am trying to plot the 3D bbox in the point cloud. Can you tell me how you managed to do the opposite so that I can take some hints and apply it for my problem?

Hi Yash,

have you solved the problem? I met the same question exactly as you. Any clue? THX in advance!