Commit
·
bbebd05
1
Parent(s):
26242e7
Update index.html
Browse files- index.html +17 -0
index.html
CHANGED
@@ -26,6 +26,23 @@
|
|
26 |
</p>
|
27 |
<p>
|
28 |
<b>Robustness</b>: TODO
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
29 |
</p>
|
30 |
<p>
|
31 |
<b>Fairness tests</b>: TODO
|
|
|
26 |
</p>
|
27 |
<p>
|
28 |
<b>Robustness</b>: TODO
|
29 |
+
The following robustness tests were enabled:
|
30 |
+
- kind: Brightness
|
31 |
+
- kind: CompressImage
|
32 |
+
- kind: Contrast
|
33 |
+
- kind: DarkSpots
|
34 |
+
- kind: GaussianBlur
|
35 |
+
- kind: GaussianNoise
|
36 |
+
- kind: Glare
|
37 |
+
- kind: GlassBlur
|
38 |
+
- kind: HorizontalFlip
|
39 |
+
- kind: MedianBlur
|
40 |
+
- kind: MotionBlur
|
41 |
+
- kind: OilSpots
|
42 |
+
- kind: Perspective
|
43 |
+
- kind: VerticalFlip
|
44 |
+
|
45 |
+
The full list of transforms supported by MLTest can be found in the <a href="https://docs.lakera.ai/configuration/robustness">documentation</a>.
|
46 |
</p>
|
47 |
<p>
|
48 |
<b>Fairness tests</b>: TODO
|