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

improvements in saving output #18

Closed
rg314 opened this issue Mar 23, 2021 · 0 comments · Fixed by #39
Closed

improvements in saving output #18

rg314 opened this issue Mar 23, 2021 · 0 comments · Fixed by #39
Assignees
Labels
enhancement New feature or request help wanted Extra attention is needed

Comments

@rg314
Copy link
Owner

rg314 commented Mar 23, 2021

Currently, the output of the core module is stored in a pandas DataFrame where each row (frame) contains multiple instances of image data. Saving this output to a .csv or pickle is expensive and can take a while to read back into ram. Also, the processing of large datasets might make it difficult to read into ram. For that reason, the storage requirements should be outlined

@rg314 rg314 added enhancement New feature or request help wanted Extra attention is needed labels Mar 23, 2021
@rg314 rg314 self-assigned this Mar 23, 2021
rg314 added a commit that referenced this issue Apr 21, 2021
…#28, created dataset for using hdf5, updated plot function
@rg314 rg314 linked a pull request Apr 21, 2021 that will close this issue
@rg314 rg314 closed this as completed Apr 21, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request help wanted Extra attention is needed
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant