3D-Deepbox icon indicating copy to clipboard operation
3D-Deepbox copied to clipboard

How to get the 3d proposal from 2d?

Open zhaobaozi opened this issue 6 years ago • 3 comments

hi @smallcorgi i wonder which code is about get the 3d proposals for 2d?thanks

zhaobaozi avatar Jun 05 '18 05:06 zhaobaozi

Hi @zhaobaozi

I only implemented the CNN part of the paper and you only can get the 3D dimension and orientation of 3d proposals.

In this project, I didn't implement the paper proposed "Correspondence Constraints". If you want to get the location value (3D object location x,y,z), you can see the method of paper's supplementary materials. They had some assumptions and used SVD decomposition to get the 3D object location.

smallcorgi avatar Jun 05 '18 05:06 smallcorgi

Thanks!So the the paper proposed "Correspondence Constraints" only can get the (x,y,z) of proposals?the (w,h,l) and orientation only come from the CNN part? @smallcorgi

zhaobaozi avatar Jun 05 '18 06:06 zhaobaozi

@zhaobaozi yeah, you should use the dimension, R_y, K to plot 3D Bounding Box

tjufan avatar Mar 18 '19 10:03 tjufan