Generic selectors
Exact matches only
Search in title
Search in content
Post Type Selectors

Dice vs Dice Loss

Understanding the difference between Dice coefficient and Dice loss in image segmentation using CNNs: key metrics for model evaluation and accuracy.

The dice loss in a special case of the dice coefficient but physically they are the same. Read this arrticle for more details

Fast medical imaging cropping

Efficient cropping of large NIfTI medical images using Python and SimpleITK for model training

Efficiently split large NIfTI medical images into smaller chunks for easier processing and analysis using SimpleITK.

DICOM Viewer in Python

Guide to building a DICOM viewer using Python and VTK for medical image visualization

This blog shows how to visualize DICOM files in Python with VTK for 3D medical images.