Open wandell opened 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.
Would this be where we could pass along annotation-related metadata like keywords from the original image?
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:
Maybe a new metadata directory for managing the gets/sets/creates.