zouchuhang / LayoutNet

Torch implementation of our CVPR 18 paper: "LayoutNet: Reconstructing the 3D Room Layout from a Single RGB Image"
http://openaccess.thecvf.com/content_cvpr_2018/papers/Zou_LayoutNet_Reconstructing_the_CVPR_2018_paper.pdf
MIT License
419 stars 93 forks source link

How to annotate panorama #20

Open dengzhijie opened 6 years ago

dengzhijie commented 6 years ago

Hello First, thanks for your sharing . We want to use new indoor panorama samples for training, but how to annotate panorama as shown in the appendix becomes a trouble for us. Could you share the method or some tools to do the work? Thank you! camera_0ada711b86f540e0a037287c2274f93a_wc_2_frame_equirectangular_domain_

zouchuhang commented 6 years ago

@dengzhijie Please check https://github.com/zouchuhang/LayoutNet/blob/master/matlab/panoLabelTool.m

dengzhijie commented 6 years ago

@zouchuhang Thanks much!