You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hey, what you're trying to do will not work for those sequences because those sequences are in the test set, where no ground truth poses are provided. So, when you do cam.pose or lid.pose, they're just returning an identity matrix.
You can try this again with a sequence that is a part of the training set. You can find out which sequences are a part of the training / test splits here:
I tested this code in two part of the datasets
boreas-2021-01-26-10-59
andboreas-2021-10-05-15-35
, which return a zero arrays for uv and colors.pyboreas/pyboreas/tutorials/lidar_camera_projection.ipynb
Line 114 in eeb2b1b
my code
I downloaded the full dataset for this two parts.
If any more information is require, please tell me.
The text was updated successfully, but these errors were encountered: