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

Seperating Image Browsing and Training #188

Open
PaulCCCCCCH opened this issue Aug 31, 2023 · 0 comments
Open

Seperating Image Browsing and Training #188

PaulCCCCCCH opened this issue Aug 31, 2023 · 0 comments
Labels
documentation Improvements or additions to documentation future-work

Comments

@PaulCCCCCCH
Copy link
Owner

Currently we are using RImageFolder (a subclass of PyTorch's ImageFolder) for both dataset operations (i.e., imagelist, visualization, annotation, etc.) and training. In other words, when we are viewing / annotating images, we read from RImageFolders, and when we train, we also feed RImageFolder object directly into model for training. We might consider migrating away from this model to deal with two things separately. Specifically, we will query the database to fetch images, and only create RImageFolder objects on the fly when we run images through models in batches (e.g., when training / testing, etc.).

This is a necessary to take if we want to scale up the system. But before that, we need to create a design doc to analyze pros & cons and see how it fits into our future road map.

@PaulCCCCCCH PaulCCCCCCH added documentation Improvements or additions to documentation future-work labels Aug 31, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation future-work
Projects
None yet
Development

No branches or pull requests

1 participant