Skip to content

Commit

Permalink
Update Readme.md
Browse files Browse the repository at this point in the history
  • Loading branch information
rabah-khalek authored Aug 19, 2024
1 parent 9f85799 commit 6c36b5a
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions giskard_vision/image_classification/Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
This module contains model wrappers, dataloaders, tests and all the ingredients needed to evaluate your single-label image classification models.
In particular this module allows you to evaluate your model against the following criteria:

- Performance on images with different basic image attributes.
- Performance on images with basic image attributes (provided by default).
- Performance on images with various metadata from the datasets.
- Robustness against image perturbations like blurring, resizing, recoloring (performed by `opencv`: https://github.com/opencv/opencv)

Expand All @@ -26,9 +26,8 @@ results = scan(model, dl)

It adapts the [scan API in Giskard Python library](https://github.com/Giskard-AI/giskard#2--scan-your-model-for-issues) to magically scan the vision model with the dataloader.

Currently, due to the constraint of the scan API, we support a subset of image classification tasks:
Currently, we support a subset of image classification tasks:

- [x] Multiclass and single label
- [ ] Multiclass and multi-label
- [x] single-label
- [ ] multi-label

We will be working to remove such limit for the scan.

0 comments on commit 6c36b5a

Please sign in to comment.