emiwar / caJulia

Fast CNMF-E implementation with Julia and CuArrays
0 stars 0 forks source link

Makie GUI #4

Open emiwar opened 2 years ago

emiwar commented 2 years ago

Would be nice to have a Makie.jl GUI. It's technically possible to make CuArrays work directly with GLMakie so that no info is transferred back and forth between host and device, but not not sure if that's worthwhile to implement.

emiwar commented 1 year ago

The GUI is currently unnecessarily slow. Especially with a large number of videos/cells (then the traces become huge). Should refactor the footprint script to instead use CUDA operations.

emiwar commented 1 year ago

General todo-list for the GUI: