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

replacing PyTorch Cuda with tensor flow for MacOS #103

Open MugdhaSathe opened 1 month ago

MugdhaSathe commented 1 month ago

Hi, I am encountering issues with trying to run the code in my iMac Machine which is not compatible with PyTorch cuda. I was wondering if you have a version to use with tensor flow for Mac or replace the gpu part with cpu. please let me know if you need any further information.

Thanks, Mugdha

JoOkuma commented 1 month ago

Hi @MugdhaSathe,

Cupy is not a hard requirement, you can use ultrack with just numpy. We don't plan to support TensorFlow.