Replies: 1 comment
-
|
@JonasLukasczyk, @dbanesh: See diagram above from our discussion today. I'm not clear on how images get passed to the Image view without reloading them. Perhaps that's not important in the first pass, but worth thinking about for large datasets. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Initial use case is an image classification pipeline. This takes as input a cinema database of images, uses a previously trained machine learning model to classify input images. Classifications are added to the image metadata, and a table is created from that.
A table query makes sense if the resulting table incudes image objects, instead of URIs to resources that must be reloaded.
Questions remaining:
Beta Was this translation helpful? Give feedback.
All reactions