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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support raw Tensor in CameraModel #2708

Open
edgarriba opened this issue Dec 29, 2023 · 0 comments 路 May be fixed by #2731
Open

Support raw Tensor in CameraModel #2708

edgarriba opened this issue Dec 29, 2023 · 0 comments 路 May be fixed by #2731
Assignees
Labels
help wanted Extra attention is needed module::sensors
Milestone

Comments

@edgarriba
Copy link
Member

馃殌 Feature

Now CameraModel only supports Vector3 / Vector2 to project and unproject points.
SeE: https://github.com/kornia/kornia/blob/master/kornia/sensors/camera/camera_model.py#L125-L161

Ideally we want to support also raw Tensor to avoid users to cast types everytime. We can keep internally specialized tensor for more comprehensive code.


Consider also to contribute to Kornia universe projects :)

  • Tutorials: our repository containing the tutorials.
@edgarriba edgarriba added help wanted Extra attention is needed module::sensors labels Dec 29, 2023
@edgarriba edgarriba added this to the kornia v0.7.2 milestone Jan 10, 2024
@cjpurackal cjpurackal linked a pull request Jan 14, 2024 that will close this issue
13 tasks
@johnnv1 johnnv1 modified the milestones: kornia v0.7.2, kornia v0.7.3 Mar 16, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted Extra attention is needed module::sensors
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants