facebookresearch / DistDepth

Repository for "Toward Practical Monocular Indoor Depth Estimation" (CVPR 2022)
Other
216 stars 20 forks source link

how convert to point cloud? and how to train? #2

Closed lucasjinreal closed 2 years ago

lucasjinreal commented 2 years ago

how convert to point cloud? and how to train?

choyingw commented 2 years ago

I'll try to make updates in a few days.

lucasjinreal commented 2 years ago

thank u! hoping for your result!

lucasjinreal commented 2 years ago

btw, does convert to point cloud must have camera instrincis, what about some internet images?

choyingw commented 2 years ago

Yes, you need a camera intrinsic to convert depth to 3D points.

Ph.D. candidate of Computer Science Department University of Southern California

On Thu, Apr 28, 2022 at 7:30 PM JinTian @.***> wrote:

btw, does convert to point cloud must have camera instrincis, what about some internet images?

— Reply to this email directly, view it on GitHub https://urldefense.com/v3/__https://github.com/facebookresearch/DistDepth/issues/2*issuecomment-1112823063__;Iw!!LIr3w8kk_Xxm!slN-qpn3ty21LA9Vlli7bUWAPtPJgMm9ILaN-lmjoHj-KoNLEmNtJfeKMc_ghp2UEhaC2p3OhhP51RrBq1PLLsiL$, or unsubscribe https://urldefense.com/v3/__https://github.com/notifications/unsubscribe-auth/AKMLAJMUCRI7XTJD5QI4ERLVHNCTTANCNFSM5UKNQHWA__;!!LIr3w8kk_Xxm!slN-qpn3ty21LA9Vlli7bUWAPtPJgMm9ILaN-lmjoHj-KoNLEmNtJfeKMc_ghp2UEhaC2p3OhhP51RrBq5yNhR0d$ . You are receiving this because you commented.Message ID: @.***>

choyingw commented 2 years ago

I updated the README.md to add pointcloud visualization (associated camera parameters are also specified in the file) Please check.

choyingw commented 2 years ago

The training codes are released. Thanks!

zhengqianisme commented 1 year ago

How to get '0000_depth.npy' ?