-
Notifications
You must be signed in to change notification settings - Fork 4
Description
Hello,
I came across your repository and I'm trying to understand if it fits my needs.
I'm currently using the excellent nnUNet ResEnc for a task involving 2D fluoroscopy videos, where I'm performing segmentation frame by frame. I'm looking for ways to incorporate temporal features into the segmentation process. So far, I've tried using adjacent frames as different modalities in the nnUNet input, and also by stacking frames into a 3D volume.
From what I understand, your project is designed for multiple scans of the same patient. I'm wondering if there's a way to repurpose it so that I can treat the frames of a video as if they were separate scans of the same patient—so, for example, a 30-frame video would be treated as 30 “scans” of a single case?
Before diving deeper into the project, I’d appreciate your thoughts on whether this kind of adaptation would be feasible.
Thanks!