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

Training data structure #106

Closed
plinders opened this issue Nov 2, 2018 · 3 comments
Closed

Training data structure #106

plinders opened this issue Nov 2, 2018 · 3 comments

Comments

@plinders
Copy link

plinders commented Nov 2, 2018

I've used older versions of deepcell-tf in the past with some degree of success to segment HeLa cells from brightfield images. Back then, the structure of the training data (2 features, cell edge and cell interior) for sampling was as follows:

HeLa
│
└───set1
│   │   feature_0.png
│   │   feature_1.png
│   │   phase.png
│   
└───set2
│   │   feature_0.png
│   │   feature_1.png
│   │   phase.png
...

I've understood from the source code that this structure has been updated. I've tried running the provided Jupyter Notebooks to get a feel of how the training data .npz files are constructed but as I don't have access to the original raw data, I cannot replicate this training data structure with my own data. What's the preferred structure of raw images/annotated images to properly generate training data?

@willgraf
Copy link
Contributor

willgraf commented Nov 5, 2018 via email

@plinders
Copy link
Author

plinders commented Nov 8, 2018

Excellent, it's now working as expected. Thanks!

@willgraf
Copy link
Contributor

Great, glad it's working. I will close this issue.

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

2 participants