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
The project could further benefit from having a Python only implementation because Python is currently so popular compared to Matlab. I want to do a re-implementation in pure Python (+C+CUDA), unless it's already done. Is there something already?
It shouldn't be that difficult with for example scipy having equivalent optimization algorithms to Matlab inbuilt. The parallel for loops in Matlab can be emulated by some multiprocessing in Python. But I can only dedicate spare time on it, so I would not be able to guarantee anything.
The project could further benefit from having a Python only implementation because Python is currently so popular compared to Matlab. I want to do a re-implementation in pure Python (+C+CUDA), unless it's already done. Is there something already?
It shouldn't be that difficult with for example scipy having equivalent optimization algorithms to Matlab inbuilt. The parallel for loops in Matlab can be emulated by some multiprocessing in Python. But I can only dedicate spare time on it, so I would not be able to guarantee anything.
For the time I forked the project to https://github.com/jkfindeisen/python_smlm_datafusion3d and plan to add a Python branch, which might later become a main branch.
The text was updated successfully, but these errors were encountered: