Closed behroozbc closed 5 months ago
I found the same problem in boreas-2021-11-28-09-18
part too
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.https://github.com/utiasASRL/pyboreas/blob/eeb2b1bb302f5386eff7198858846f6d89675fda/pyboreas/tutorials/lidar_camera_projection.ipynb#L114
my code
I downloaded the full dataset for this two parts. If any more information is require, please tell me.