NonCuboidRoom
NonCuboidRoom copied to clipboard
Inference on custom data
I am doing some inference using the Structure3D_pretrained.pt model which is downloaded from this repo, and the custom image is come from the InteriorNet dataset, which is introduced by the KuJiaLe, too. The image size is (480, 640), and the camera intrinsic is [[600, 0, 320], [0, 600, 240], [0, 0, 1].
Part of the result output by the model seems to be reasonable, but other result is hard to accept. So should i change the intrinsic matrix ? or how should i modify the hyperparameter setting ? Any suggestion will be grateful.
In the following pictures, red is the GT edge and green is predicted by the model:
Which one is the model prediction? The green? If yes what is the red instead?
Which one is the model prediction? The green? If yes what is the red instead?
The red one is the Ground Truth edge, and the green one is predicted by the model.