mlcommons / GaNDLF

A generalizable application framework for segmentation, regression, and classification using PyTorch
https://gandlf.org
Apache License 2.0
165 stars 79 forks source link

[FEATURE] Calculate the median spacing and size of the training data #956

Open benmalef opened 1 month ago

benmalef commented 1 month ago

Is your feature request related to a problem? Please describe.

It will be useful to calculate the median spacing and size of the training data

Describe the solution you'd like

N.A

Describe alternatives you've considered

N.A

Additional context

N.A

sarthakpati commented 1 month ago

In addition to median spacing, other cohort-level stats can be calculated and saved.

benmalef commented 1 month ago

@sarthakpati I find this. Could you please check if it is useful for us?

sarthakpati commented 1 month ago

Yup, this can be a good starting point.