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

Allow deserializing transformation.Buffer[T] for any T #124

Open
integraledelebesgue opened this issue Jan 20, 2025 · 0 comments
Open

Allow deserializing transformation.Buffer[T] for any T #124

integraledelebesgue opened this issue Jan 20, 2025 · 0 comments
Labels
improvement An improvement of the already existing solution transformation An issue related to the camera transformation estimation problem

Comments

@integraledelebesgue
Copy link
Member

integraledelebesgue commented Jan 20, 2025

Issue

The current serialization is destructive because deserializing serialization of Buffer[T] yields Buffer[str] for any T.
Also, the implementation assumes that the frames of reference given in the serialization input are Hashable.

@integraledelebesgue integraledelebesgue converted this from a draft issue Jan 20, 2025
@integraledelebesgue integraledelebesgue added feature New feature or request transformation An issue related to the camera transformation estimation problem improvement An improvement of the already existing solution and removed feature New feature or request labels Jan 20, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
improvement An improvement of the already existing solution transformation An issue related to the camera transformation estimation problem
Projects
Status: Backlog
Development

No branches or pull requests

1 participant