ISET / isetcam

Open source version of the original ISET, a complement to ISETBIO
MIT License
132 stars 51 forks source link

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

Open wandell opened 5 years ago

wandell commented 5 years ago

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 commented 4 years ago

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