Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Did you use the calibrations data? #256

Open
magical1998 opened this issue Oct 25, 2024 · 1 comment
Open

Did you use the calibrations data? #256

magical1998 opened this issue Oct 25, 2024 · 1 comment

Comments

@magical1998
Copy link

    ##################
    # 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
Copy link
Author

I seem to understand, you seem to have put all the pose information into the camera coordinate system for calibration, where the calibrations information provides a calibration matrix for the poses information.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant