Data Inspection Plugin, designed to streamline file navigation and enhance the efficiency of data inspection.
Project description
napari-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
Acknowledgments
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.
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file napari_data_inspection-0.0.1.tar.gz.
File metadata
- Download URL: napari_data_inspection-0.0.1.tar.gz
- Upload date:
- Size: 1.7 MB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.12.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
706f380e47b4ab5a96e2a0b2f3f7588b55a72de548d4eeceda967913d643c85f
|
|
| MD5 |
b999236d9e52fc3e985e257d452ab2df
|
|
| BLAKE2b-256 |
2c3daa256bc059b984cd71536adb3928fa22eaedca2ed7fc2b2c6c29cf2963bf
|
File details
Details for the file napari_data_inspection-0.0.1-py3-none-any.whl.
File metadata
- Download URL: napari_data_inspection-0.0.1-py3-none-any.whl
- Upload date:
- Size: 22.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.12.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
feab06dc081bf77e17f562460fd6123cd498616cb0b93823ddad13929024a57c
|
|
| MD5 |
72062125a1f9b7d4ef93c67a048764e7
|
|
| BLAKE2b-256 |
eb5973dc262191b00fd4379141bf7280f3b03b030a7c88962aad7184b8e8062f
|