thusiyuan / cooperative_scene_parsing

Code for NeurIPS 2018: Cooperative Holisctic Scene Understanding: Unifying 3D Object, Layout, and Camera Pose Estimation
http://siyuanhuang.com/cooperative_parsing/main.html
MIT License
101 stars 19 forks source link

missing visualization functions #3

Closed ZheC closed 5 years ago

ZheC commented 5 years ago

Hey, could you also provide the code for the visualization functions: show_3dpointcloud, show_3dpointcloud_aligned and show_2dcorner. It will be helpful for debugging purpose! Thank you!

thusiyuan commented 5 years ago

Please check it from https://github.com/thusiyuan/cooperative_scene_parsing/commit/75b10806dbdd44eaf94be9d66ce44fcb68969098

Thanks

ZheC commented 5 years ago

Great, thank you, it works!