Skip to content

Handling missing data in model input #22

@kurtulusbulus

Description

@kurtulusbulus

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions