teamtomo / fidder

Detect and erase gold fiducials in cryo-EM images
https://teamtomo.org/fidder/
Other
11 stars 4 forks source link

Add non-vectorised code path to pixel count map generation #24

Closed alisterburt closed 1 year ago

alisterburt commented 1 year ago

The previous code was not memory efficient when there were large numbers of disconnected regions in a segmentation, leading to out of memory errors - this is now handled by an alternative, non-vectorised code path which is more memory efficient.

includes #23