CellProfiler / CellProfiler-plugins

Community-contributed and experimental CellProfiler modules.
http://plugins.cellprofiler.org/
56 stars 68 forks source link

Error in using custom model in RunCellpose #237

Open sugan89 opened 7 months ago

sugan89 commented 7 months ago

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.

bethac07 commented 7 months ago

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