KPConv-PyTorch icon indicating copy to clipboard operation
KPConv-PyTorch copied to clipboard

Did you use the calibrations data?

Open magical1998 opened this issue 4 months ago • 1 comments

    ##################
    # 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?

magical1998 avatar Oct 25 '24 07:10 magical1998