You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
Predict a 3D image in Cellpose GUI
CTRL + F
The text was updated successfully, but these errors were encountered:
Describe the bug
Saving flow and prob in GUI leads to:
To Reproduce
Steps to reproduce the behavior:
CTRL
+F
The text was updated successfully, but these errors were encountered: