Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Payload for loading/caching image data #787

Closed
hepengfe opened this issue May 12, 2022 · 0 comments · Fixed by #828
Closed

Payload for loading/caching image data #787

hepengfe opened this issue May 12, 2022 · 0 comments · Fixed by #828
Assignees
Labels
topic: data Issue about data loader modules and data processing related

Comments

@hepengfe
Copy link
Collaborator

hepengfe commented May 12, 2022

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.

  1. It caches image data which are loaded or transformed
  2. It can load data from data source or cache, for example, pmg image data.
  3. It's associated with two entry data
    a. Meta data
    b. Loading method: user can further design this entry.
  4. 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.
@hepengfe hepengfe added this to the 0.3 alpha milestone May 12, 2022
@hepengfe hepengfe self-assigned this May 12, 2022
@hunterhector hunterhector added topic: data Issue about data loader modules and data processing related and removed data_efficiency labels May 24, 2022
@mylibrar mylibrar linked a pull request Jun 29, 2022 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
topic: data Issue about data loader modules and data processing related
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants