Allow deserializing transformation.Buffer[T]
for any T
#124
Labels
improvement
An improvement of the already existing solution
transformation
An issue related to the camera transformation estimation problem
Issue
The current serialization is destructive because deserializing serialization of
Buffer[T]
yieldsBuffer[str]
for anyT
.Also, the implementation assumes that the frames of reference given in the serialization input are
Hashable
.The text was updated successfully, but these errors were encountered: