-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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.
- Loading branch information
Showing
3 changed files
with
10 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters