You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Just as a heads up, if someone ever encounters those issues during installation :
I noticed that installing deeptrack through pip in a fresh conda environment does not seem to install scikit-image by default, despite it being in requirements.txt. Installing it independently through pip works just fine.
Whenever setting up an environment for GPU support, installing CUDA separately seems to break tensorflow, if it was installed as a dependecy of deeptrack beforehand. The solution that worked for me is to install tensorflow-gpu on a clean environment, and then install deeptrack.