kazu0622
kazu0622
Hello. I tried some cuboid layout prediction and ended in success, but, failed in non-cuboid layout prediction. Layout-net failed estimating Boundary Map and Corner Map as if the input data...
Hello. I attached an example failed predicting non cuboid layout.  I'd like to know how to get correct predictions for non-cuboid room images. Thanks.
Hello. Thank for your quick response! The result I sent above was predicted by the pre-trained data panofull_joint_box_pretrained.t7 you've provided through github. Is it correct that non-cuboid prediction needs pre-trained...
Thank you for your advice. I'd like to have your comment a little more that why pre-trained data "panofull_joint_box_pretrained.t7" didn't work on a non-cuboid images. Thank you.
@zouchuhang Thank you for all your comment for my questions. You mentioned that trained data by all cuboid shape is workable to predict non-cuboid corners and edges. Is the pre-trained...
@zouchuhang I tried pre-trained model for non-cuboid layout you gave and use panofull_joint_ab_pretrained.t7 to import the model, but failed. It seems that the parameter counts doesn't match between the networkmodel...
@zouchuhang Thanks a lot! The non-cuboid prediction has worked. Before I try to import "pano_line_solver_6.m", I'm checking how it works. It seems that the manhattan line estimation work without processing...