Teun Huijben

Results 3 issues of Teun Huijben

When using `close_tracks_gaps` to fill gaps in the tracks, there are two issues with the tracks dataframe that is created: - the columns `id` and `parent_id` are floats, but should...

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...

Hi @znah, @oteret, others, First of all, my compliments on the amazing article! I was having a look at the [Google Colab notebook](https://colab.research.google.com/github/google-research/self-organising-systems/blob/master/notebooks/growing_ca.ipynb) provided with the original Growing NCA [Distill](https://distill.pub/2020/growing-ca/)...