CAIIVS / chuchichaestli

Where you find all the state-of-the-art cooking utensils (salt, pepper, gradient descent... the usual).
GNU General Public License v3.0
4 stars 0 forks source link

Metrics module for chuchichaestli #23

Open phdenzel opened 5 months ago

phdenzel commented 5 months ago

Let's discuss if this would be helpful for everyone... Easy metrics would be (in 2D/3D):

A bit more complicated and specialized:

phdenzel commented 2 months ago

For images we can bootstrap https://github.com/Lightning-AI/torchmetrics/tree/master/src/torchmetrics/image. For volumes some from torchmetrics might work, most probably won't... but at least we have a starting point. Also, some 3D metrics can be found in the MONAI repository: https://github.com/Project-MONAI/MONAI/tree/dev/monai/metrics.

phdenzel commented 5 days ago

We could combine losses and metrics. For latent diffusion we also need

danielbarco commented 3 days ago

For the FD (incl. FID) with different backbones, I am working on this issue: https://github.com/CAIIVS/chuchichaestli/issues/60