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

Implement a sample single cells command #237

Closed
jccaicedo opened this issue Jul 23, 2020 · 2 comments
Closed

Implement a sample single cells command #237

jccaicedo opened this issue Jul 23, 2020 · 2 comments
Assignees

Comments

@jccaicedo
Copy link
Member

We want to be able to generate fixed training sets of single cells by cropping and storing the single cells in disk. In that way, the training procedure can be simplified and the queueing and workers can be dropped all together, also paving the way for multi-gpu training.

The idea is to run the current cropping workflow once without augmentations, and instead of adding the example images to a queue, we should save the resulting crops to disk with an appropriate naming convention.

@jccaicedo
Copy link
Member Author

Open questions:

  • What would be an appropriate naming convention?
  • Does this require a separate metadata file? (hopefully not).

@jccaicedo
Copy link
Member Author

The functionality has been implemented here da0a993 and is currently discussed in the PR #238

In short, single cells can be efficiently cropped to create a static dataset and a new crop generator allows us to use that dataset for faster and potentially more accurate training.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant