You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- FFHQ (only meta data): https://poc-face-aligment.s3.eu-north-1.amazonaws.com/ffhq/json.zip
24
24
25
-
## Metrics
25
+
## Scan and Metrics
26
+
27
+
Once the model and dataloader (`dl`) are wrapped, you can scan the model with the scan API in Giskard vision core:
28
+
29
+
```python
30
+
from giskard_vision.core.scanner import scan
31
+
32
+
results = scan(model, dl)
33
+
```
34
+
35
+
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. The considered metrics are:
0 commit comments