royerlab / ultrack

Cell tracking and segmentation software
https://royerlab.github.io/ultrack
BSD 3-Clause "New" or "Revised" License
64 stars 7 forks source link

Loading CellPose #108

Open TeunHuijben opened 3 weeks ago

TeunHuijben commented 3 weeks ago

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!