Skip to content

YAML files #46

Description

@joaofayad
  • OpenCV inputs and outputs data using yaml. This implies that model and calibration files that are usually stored in mat-files are converted to yaml before tracking. However if a change is made to a mat file (calibration and/or model) there is no way to propagate this change to the yaml file. Thus yaml files should be temporarily created for tracking with C++ and deleted afterwards. This makes sure yaml files always contain the relevant data.
  • YAML to MAT conversion libraries available typically use Java functions. However they seem to make Java go out of memory very easily, so an alternative solution must be found. The lazy solution is to split the data between many YAML files and keep using these libraries. Other options include testing other libraries, reducing the size of the output data or writing our own parser.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions