You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
We plan to have a payload entry to load and cache image data, and it has the following functionalities.
It caches image data which are loaded or transformed
It can load data from data source or cache, for example, pmg image data.
It's associated with two entry data
a. Meta data
b. Loading method: user can further design this entry.
it has two attributes.
a. uri: A uniform resource identifier for indexing a image's data source
b. cache: it stores the cached data
Depends on
List issues that this one depends on.
Describe the solution you'd like
A clear and concise description of the solution.
Describe alternatives you've considered
A clear and concise description of any alternative solutions or features you've considered.
Additional context
This is part of the data efficiency project
This PR should be made to the master branch.
After the data tuple class is finished, we may switch to a new branch for integration.
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
We plan to have a payload entry to load and cache image data, and it has the following functionalities.
a. Meta data
b. Loading method: user can further design this entry.
a. uri: A uniform resource identifier for indexing a image's data source
b. cache: it stores the cached data
Depends on
Describe the solution you'd like
A clear and concise description of the solution.
Describe alternatives you've considered
A clear and concise description of any alternative solutions or features you've considered.
Additional context
master
branch.The text was updated successfully, but these errors were encountered: