Data Inspection
Data Inspection Plugin, designed to streamline file navigation and enhance the efficiency of data inspection.
A data inspection plugin for loading image tiles from multiple folders. With data loading and prefetching handled automatically, file navigation is streamlined to enable fast and efficient data inspection. Any number of folders for images and labels can be specified, and files are automatically paired based on their order — manual file selection is eliminated. Perfect for high-throughput inspection workflows and rapid dataset review, especially in semantic segmentation tasks.
Installation¶
# 1. Install napari if necessary
pip install napari[all]
# 2. Install the plugin
pip install napari-data-inspection
Prerequisites¶
Supported File Types¶
The following file types are supported: .nii.gz
, .png
, .b2nd
, .nrrd
, .mha
, .tif
, .tiff
.
If you want to add custom ones add a loader to src/napari_data_inspection/utils/data_loading.py
.
Data Organization Requirements¶
Your data should be organized so that different images and different labels can be clearly distinguished—either by placing them in separate folders or by using consistent filename patterns (e.g., *_img for images and *_seg for labels). The number of files must match across all folders, as they are paired by order.
How to¶
napari -w napari-data-inspection

This repository is developed and maintained by the Applied Computer Vision Lab (ACVL) of Helmholtz Imaging and the Division of Medical Image Computing at DKFZ.
This napari plugin was generated with copier using the napari-plugin-template.
Supported data:
- Information not submitted
Plugin type:
GitHub activity:
- Stars: 0
- Forks: 0
- Issues + PRs: 0