Skip to content

tracks_manager serialization error #14

@CosmosHua

Description

@CosmosHua
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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions