Model Visualizer
Project description
NRTK EXPLORER
NRTK Explorer is a web application for exploring image datasets. It provides insights of a image dataset in COCO format and it evaluate image transformation and perturbation resilience of object recognition DL models. It is built using trame by the kitware team.
Features
- Explore image datasets in COCO format.
- Apply parametrized image degradation (such as blur) to the images.
- Benchmark dataset resilience with a differential PCA|UMAP analysis of the embeddings of the images and its transformation.
- Evaluate object detection DL models in both the source images and its transformations.
- When possible it will attempt to utilize the user GPU as much as possible to speedup its computations.
Usage
Usage example with virtual-env creation
# Setup python environment
python3 -m venv .venv
source .venv/bin/activate
pip install -U pip
# install application
pip install nrtk-explorer
# get some sample data
git clone https://github.com/vicentebolea/nrtk_explorer_datasets.git
# Run the application on given dataset (908 images)
nrtk-explorer --dataset ./nrtk_explorer_datasets/OIRDS_v1_0/oirds.json
Installing
Install it from pypi:
pip install nrtk-explorer
Or, download and install it manually with:
curl -OL https://github.com/Kitware/nrtk-explorer/archive/refs/heads/main.zip
Inside the application source code top directory, install it with:
pip install -e .
Run the application:
nrtk-explorer
CLI flags and options
-h|--help
show the help for the command line options, it inherit trame command line options and flags.--dataset
specify the directory containing a json file describing a COCO image dataset. You can specify multiple directory using a comma,
as a separator. Example usage:nrtk_explorer --dataset <dataset dir>
. More images datasets available at: https://github.com/vicentebolea/nrtk_explorer_datasets/
Contribute to NRTK_EXPLORER
Run tests with:
pytest
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
nrtk_explorer-0.3.1.tar.gz
(8.6 MB
view hashes)
Built Distribution
Close
Hashes for nrtk_explorer-0.3.1-py2.py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | c623d97dbed0cd45e0388fa06079be94a95f2cee5adfc437d6413e70a4a67193 |
|
MD5 | 1e74f7950f9e20548ba675a84055de02 |
|
BLAKE2b-256 | 094e2d261d79d693d28670cafb8a808a507795764b99c22e13f1c8d06d94327a |