ultrack
ultrack copied to clipboard
Loading CellPose
Hi,
I ran into issues when importing CellPose when CUDA is already imported, this gave version issues. It can be solved by adding:
from cellpose.models import Cellpose
to the beginning of the cell where libraries are imported.
Thanks!