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
I'd like to run SUPPORT on small patches of a voltage imaging video (say 10 pixels x 10 pixels x Time). Is it possible to do this? It seems like with the pretrained models they need a larger image patch. If I train my own model, can I control the size of the filters?
The text was updated successfully, but these errors were encountered:
bantin
changed the title
Running support on 1D time series
Running support on patches of video
Jun 20, 2024
Since the pretrained models are trained on large images, they may not perform well on small videos. So it is better to train the model on your specific data.
Due to the small spatial dimension, we need to modify the model. Specifically, reduce the depth to 3 and set the unet_channels as [16, 32, 64], as follows:
Hi Support folks --
I'd like to run SUPPORT on small patches of a voltage imaging video (say 10 pixels x 10 pixels x Time). Is it possible to do this? It seems like with the pretrained models they need a larger image patch. If I train my own model, can I control the size of the filters?
The text was updated successfully, but these errors were encountered: