svip-lab / PlanarReconstruction

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

UV Coordinates #11

Closed ghost closed 5 years ago

ghost commented 5 years ago

Hi. Congratulations for your great achievement with this research!

I was wondering if have any implementation that I could perform to use the plane instance segmentations generated (that represent floors or walls) in the end of Stage I to calculate the UV coordinates and replace it with a different texture like PlaneNet does with Manhattan world assumption.

Would be very interesting to see that kind application implemented in near future with AR.

Best.

bertjiazheng commented 5 years ago

Hi @wullish,

We do not predict semantics for each plane instance in our pipeline (same as PlaneNet and PlaneRCNN). For calculating UV coordinates, you can refer to the code by PlaneNet.

Best, Jia Zheng

ghost commented 5 years ago

Got it, thank you Jia!