Open teasherm opened 6 years ago
@teasherm The box parameter stored in "panoContext_box_train.t7" are normalized to be zero mean and standard deviation, causing those negative scale factors. I include the preprocessing script in "preprocessPano.m", you can refer to L94-239 for computing the box parameters.
Ah, I see. Thanks @zouchuhang !
Hello,
First, thank you for sharing this great work. A quick question about the panoContext_box_train.t7 tensor:
The paper mentions 6 ground truth 3D parameters: sw, sl, sh, tx, tz, r_theta. The first 6 elements in the box tensor above (
box[{{1}{1}{1,6}}]
), which I believe contain those parameters for the first example image, read:A naive interpretation would suggest that the room is almost 3x higher than it is wide? Is there a reason for the negative scale factors? Any guidance on interpretation would be much appreciated