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

Metadata - a new feature to support training and networks #2

Open
wandell opened this issue Dec 21, 2018 · 1 comment
Open

Metadata - a new feature to support training and networks #2

wandell opened this issue Dec 21, 2018 · 1 comment

Comments

@wandell
Copy link
Collaborator

wandell commented Dec 21, 2018

I am planning to make it possible to store metadata as part of the scene and oi structures. ZL and I feel the need to do this for machine learning applications. We are thinking the approach will be like this:

scene = scenSet(scene,'metadata skymap',skymapStruct);
skymapStruct = scenGet(scene,'metadata skymap');
skymapStruct.param = scenGet(scene,'metadata skymap param');

Maybe a new metadata directory for managing the gets/sets/creates.

@digital-pro
Copy link
Collaborator

Would this be where we could pass along annotation-related metadata like keywords from the original image?

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

2 participants