svip-lab / PlanarReconstruction

[CVPR'19] Single-Image Piece-wise Planar 3D Reconstruction via Associative Embedding
MIT License
363 stars 85 forks source link

Code for implementing Stage II #29

Closed JanineCHEN closed 4 years ago

JanineCHEN commented 4 years ago

Hi, Very interesting work. I am wondering if the code also includes the implementation of Stage II, namely the piece-wise planar 3D model mapping? It seems to me that the code only includes Stage I, maybe I inadvertently omitted some part in the code. It will be great if you could help clarify the implementation structure. Thank you in advance.

bertjiazheng commented 4 years ago

Hi,

Thanks for your interest in our work! The second stage aims to recover the 3D parameter of each planar region. The 3D model mapping step is straight forward, and you can find the implementation by PlaneNet here.

Best, Jia