CellProfiler-plugins
CellProfiler-plugins copied to clipboard
Error in using custom model in RunCellpose
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.
Based on your internal post,
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