CellProfiler-plugins icon indicating copy to clipboard operation
CellProfiler-plugins copied to clipboard

Error in using custom model in RunCellpose

Open sugan89 opened this issue 1 year ago • 1 comments

When a custom model is chosen in the RunCellpose module, an error shows that the custom model is not loaded. But the pipeline runs with the custom model loaded irrespective of the error.

sugan89 avatar Mar 01 '24 16:03 sugan89

Based on your internal post, image

this is the line that should be barfing... https://github.com/CellProfiler/CellProfiler-plugins/blob/master/active_plugins/runcellpose.py#L429

But on a quick glance, it seems to be identical to my eye (as are the 3 lines above it getting ie abspath) with the actual model run linke https://github.com/CellProfiler/CellProfiler-plugins/blob/master/active_plugins/runcellpose.py#L482

hmmmm

bethac07 avatar Mar 01 '24 16:03 bethac07