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

Request for Radar Height Data and Assistance with Coordinate Mapping in geometry.py #13

Open
songhee-cho opened this issue Apr 16, 2024 · 0 comments

Comments

@songhee-cho
Copy link

songhee-cho commented Apr 16, 2024

In geometry.py (downloaded from radar_indoor_calibration directory in the provided dataset), I'm requesting access to radar_height data for each dataset group to enhance coordinate mapping accuracy. Additionally, I need assistance with transforming world coordinates to camera image coordinates, particularly in calculating the extrinsic matrix.

    def radar2camera(self, radar_xy, radar_height=None):
        """Convenience function combining `radar2world` and `world2camera`"""
        xyz = self.radar2world(radar_xy, radar_height)
        uvz = self.world2camera(xyz)

        return uvz
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