fuenwang / 3D-BoundingBox

PyTorch implementation for 3D Bounding Box Estimation Using Deep Learning and Geometry
130 stars 39 forks source link

How to determine 3d coordinates from 2d image in python #18

Open Tiendo1609 opened 1 week ago

Tiendo1609 commented 1 week ago

I am researching a system to determine object coordinates in 3D space from a 2D camera, but I have consulted many places and still don't know how it works. Can everyone help me?

nhonth commented 1 day ago

Please a look at the notebook here:

https://github.com/nhonth/visualize-3D-BoundingBox/blob/master/view_3d_box_kitti.ipynb

Hopefully it helps.