c3di / im2im

im2im: Automatically Converting In-Memory Image Representations using A Knowledge Graph Approach
MIT License
1 stars 0 forks source link

Create a preset_to_metadata table #87

Closed Max-ChenFei closed 1 month ago

Max-ChenFei commented 1 month ago

The developer needs to alwasy find the metadata. But the device, dtype, color is not fixed, always dependens on the input image. When reading the image from the path, we can attach metadata to that image. For some operations like functions, we only set the determinded attribute values, like minibatch style. For unsured metadata attributes, we can use keyword "None" or "any" or donot set that value. The exact value can be inferenced based on the input.