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

Fix: Resolve matrix dimension mismatch issue in _dispatch_kwargs #3062

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Commits on Nov 27, 2024

  1. Fix: Resolve matrix dimension mismatch issue in _dispatch_kwargs

    - Updated `_dispatch_kwargs` method to handle `cam_type` and `out_dir` more robustly.
    - Ensured proper handling of `cam2img` and `lidar2cam` matrix dimensions:
      - Added logic to convert 3x3 matrices to 4x4 for compatibility with downstream calculations.
      - Included validation checks for input dimensions to prevent runtime errors.
    - Improved error handling for unsupported or missing `cam_type` in the dataset.
    - Added debug logging to trace matrix shapes during preprocessing.
    
    These changes resolve the ValueError related to incompatible matrix dimensions during the `matmul` operation.
    kyh980909 committed Nov 27, 2024
    Configuration menu
    Copy the full SHA
    e452361 View commit details
    Browse the repository at this point in the history