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

tracks_manager serialization error #14

Open
CosmosHua opened this issue Jul 6, 2022 · 0 comments
Open

tracks_manager serialization error #14

CosmosHua opened this issue Jul 6, 2022 · 0 comments

Comments

@CosmosHua
Copy link

from opensfm.dataset import DataSet
data=DataSet('xxx/odm-RTK/opensfm')
t=data.load_tracks_manager()
t.as_string()
---------------------------------------------------------------------------
RuntimeError                              Traceback (most recent call last)
<ipython-input-7-83c65fbc4d47> in <module>
----> 1 t.as_string()
RuntimeError: Serialization from string not supported

As above, in the 286 branch of this OpenSfM, an error occurs when I try to serialize a tracks_manager, because you binarized the tracks.csv file.

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