LayoutNetv2 icon indicating copy to clipboard operation
LayoutNetv2 copied to clipboard

LayoutNetv2 Visualization

Open thoang3 opened this issue 6 years ago • 1 comments

Hi @zouchuhang,

Thank you for your great work! I am wondering how to perform visualization as in the pytorch version of LayoutNet ( https://github.com/sunset1995/pytorch-layoutnet )? I assume we'd need to modify "visual.py", but "visual_preprocess.py" and "visual_3d_layout.py" are more or less similar? Thank you!

thoang3 avatar Oct 22 '19 00:10 thoang3

Hi @thoang3. Yes you can use "visual_3d_layout.py", just use our output "cor_id" in "test_PC.py" L 164 as the input to L123 in "visual_3d_layout.py".

zouchuhang avatar Oct 23 '19 05:10 zouchuhang