neurovlm.metrics.dice# neurovlm.metrics.dice(img_a, img_b)[source]# Compute dice score. Parameters: img_a (ndarray) – Binary image. img_b (ndarray) – Binary image. Returns: dice – Dice score. Return type: float