Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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. #54

Closed
4 tasks done
Tracked by #48
rhoadesScholar opened this issue Dec 2, 2024 · 1 comment
Labels

Comments

@rhoadesScholar
Copy link
Member

rhoadesScholar commented Dec 2, 2024

  • Appropriately rescale/crop predictions to match the test crops
  • Called by package_submission() (allowing participants to preview the results of the conversion before submitting)
  • Called during volume scoring to ensure matching submitted data that wasn't prepared with package_submission().
  • Should work for both OME-NGFF metadata and classic metadata options.

See

def match_crop_space(path, class_label, voxel_size, shape, translation) -> np.ndarray:

@rhoadesScholar
Copy link
Member Author

Addressed in a51af03

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

When branches are created from issues, their pull requests are automatically linked.

1 participant