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

[BUG] Cannot save flows and cellprob in GUI #1102

Closed
qin-yu opened this issue Feb 10, 2025 · 0 comments
Closed

[BUG] Cannot save flows and cellprob in GUI #1102

qin-yu opened this issue Feb 10, 2025 · 0 comments
Labels
bug Something isn't working

Comments

@qin-yu
Copy link
Contributor

qin-yu commented Feb 10, 2025

Describe the bug

Saving flow and prob in GUI leads to:

Traceback (most recent call last):
  File "/yu/miniconda3/envs/cellpose-3.1/lib/python3.10/site-packages/cellpose/gui/menus.py", line 68, in <lambda>
    parent.saveFlows.triggered.connect(lambda: io._save_flows(parent))
  File "/yu/miniconda3/envs/cellpose-3.1/lib/python3.10/site-packages/cellpose/gui/io.py", line 581, in _save_flows
    imsave(base + "_cp_flows.tif", parent.flows[4][:-1])
IndexError: list index out of range

To Reproduce

Steps to reproduce the behavior:

  1. Predict a 3D image in Cellpose GUI
  2. CTRL + F
@qin-yu qin-yu added the bug Something isn't working label Feb 10, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants