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
Function to appropriately rescale/crop predictions to match the test crops' resolutions, both before and after participant submissions. Should be called by package_submission() thus allowing participants to preview the results of the conversion, before submitting the data. Should work for both OME-NGFF metadata and classic metadata options.
From Saalfeld:
incoming test volumes may declare their resolution, if present and different from reference resolution, scale before evaluation, spec for scaling:
coordinates indicate the front top left voxel corner
binary labels are scaled using bilinear interpolation (upscaling or downscaling by factors <=2)) or volume averaging (downscaling by factors > 2) followed by thresholding
enumerated labels are scaled using nearest neighbor interpolation (upscaling) or volume max (downscaling), special implementations for integer downscaling factors appreciated, non-integer downscaling may be approximated by downscaling to nearest integer followed by nearest neighbor downscaling for the rest
This should coincide with a significant refactor of how TEST_CROPS are declared:
package_submission()
thus allowing participants to preview the results of the conversion, before submitting the data. Should work for both OME-NGFF metadata and classic metadata options. #54The text was updated successfully, but these errors were encountered: