KPConv-PyTorch
KPConv-PyTorch copied to clipboard
Did you use the calibrations data?
##################
# Load calibration
##################
# Init variables
self.calibrations = []
self.times = []
self.poses = []
self.all_inds = None
self.class_proportions = None
self.class_frames = []
self.val_confs = []
# Load everything
self.load_calib_poses()
This code is from semantickitti.py, but I don't seem to see any subsequent information about calibrations, but the poses information is indeed used as an alignment between frames, am I seeing this correctly, or am I missing a step?