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
417 stars 93 forks source link

Some questions about edge map and cor_map #31

Closed glacierwl closed 5 years ago

glacierwl commented 5 years ago

I want to test in my own dataset ,and i have got the label_cor,but i don't know how to get the edge_map and cor_map from label_cor like you? Can you help me?

glacierwl commented 5 years ago

@zouchuhang

zouchuhang commented 5 years ago

@glacierwl Please check the sample code matlab/preprocessPano.m to get the edge_map and cor_map

glacierwl commented 5 years ago

Thank you for reply,I solved this problem successfully yesterday.