-
Notifications
You must be signed in to change notification settings - Fork 18
Description
Hello,
Thank you for efforts in developing this excellent project and for making the code publicly available.
I’m currently applying your model to our own dataset, which involves recordings from a range of voltage indicators captured using a custom-built (non-commercial) image sensor. Due to the nature of the hardware, we perform substantial pre-processing before analysis. One issue we face is the presence of hot pixels (i.e. pixels that are always active regardless of the signal). We typically handle these by detecting them and replacing their values with either 0 or NaN, depending on the downstream task.
However, I couldn’t find any details, either in the paper, repository, or codebase (apologies if I’ve missed something), about how the model handles missing data or masked values. Could you advise on how best to integrate such pre-processed data, particularly in cases where certain pixels are intentionally removed or set to NaN?
Many thanks in advance for your time and support.
Best regards,
Kurtulus