-
Notifications
You must be signed in to change notification settings - Fork 6
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
AttributeError: module 'deepcell.utils' has no attribute 'get_image' #12
Labels
bug
Something isn't working
Comments
Can you please confirm which version of Also, the Docker image tag you are using (if using a pre-built image). |
willgraf
added a commit
that referenced
this issue
Aug 2, 2021
Thank you! It looks like this is an issue with breaking changes between A fix is in-progress, but in the meantime, the |
willgraf
added a commit
that referenced
this issue
Aug 12, 2021
* Update `.gitignore` and `.dockerignore` and add several other repository config files * Update default deepcell version to 0.9.2. * Rename `main.py` to `run_app.py` * Refactor `MultiplexSegmentation` to `Mesmer` * Import `get_image` from `deepcell.utils.io_utils` (Fixes #12) * Add GitHub Actions workflows from `vanvalenlab/deepcell-tf` * Replace `skimage` with `tifffile` * New `deepcell_applications` for application-generalized functions * Refactor mpp to image_mpp to match mesmer signature. * Pin the `deepcell` version to prevent breaking changes. * Update README with new parameters * Refactor `get_arg_parser` for application-based subparsers. * Add badges to README * Add batch_size as a possible inference value. Co-authored-by: Noah F. Greenwald <noahfgreenwald@gmail.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I am getting the following error when attempting to run the Docker container:
Command executed:
where
exemplar-001.ome.tif
is a stitched and registered image from MCMICRO's minimal working dataset. Assuming nextflow and Docker are installed, the .ome.tif can be reproduced with:The text was updated successfully, but these errors were encountered: