Matterport3DLayoutAnnotation
Matterport3DLayoutAnnotation copied to clipboard
Incorrect UV Coordinates
I've had a look at the label data and tried converting the uv coords to pixel coords by using u2coorx and v2coory functions in pano.py of LayoutNetv2 but something seems wrong.
The y value is almost always 336.98733086, and the x values are all very close together.
Am I using the wrong methods for converting the coords or is there a general error in the label_data?
@lugg3 Hi, have you solved this question?
I've overread the "We annotate on horizon line, then calculate the vertical position by cameraHeight and layoutHeight." part in the readme.
But that still leaves me with the question: How do I calculate the vertical position? I can't find any functions for this in the LayoutNetv2 repo.