Question about pose preprocessing
jwh97nn opened this issue · 1 comments
jwh97nn commented
Hi,
I have a question about retrieving the pose data.
As referenced below, after the pose is converted from quaternion to matrix, it follows by an inverse operation. Why is this inverse operation necessary?
DeepV2D/deepv2d/data_stream/nyuv2.py
Lines 112 to 113 in eb362f2
Thanks
zachteed commented
The inverse operator converts poses from "world" coordinates to "camera" coordinates. This is necessary because we use camera coordinates for training.