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
Outlier detection uses resample "many_to_many" when resampling input images. "many_to_many" produces a resampled image for each group of input images and requires either holding all of the resampled images in memory or writing them out to disk before proceeding with outlier detection.
Refactor resample to allow resampling a single group of input images at a time to allow outlier detector to more efficiently manage memory used for resampled images.
The text was updated successfully, but these errors were encountered:
Issue JP-3764 was created on JIRA by Brett Graham:
Outlier detection uses resample "many_to_many" when resampling input images. "many_to_many" produces a resampled image for each group of input images and requires either holding all of the resampled images in memory or writing them out to disk before proceeding with outlier detection.
Refactor resample to allow resampling a single group of input images at a time to allow outlier detector to more efficiently manage memory used for resampled images.
The text was updated successfully, but these errors were encountered: