fix more comma errors
All checks were successful
Build Typst document / build_typst_documents (push) Successful in 17s

This commit is contained in:
2025-01-29 12:08:23 +01:00
parent af58cda976
commit fbdb9b166b
4 changed files with 10 additions and 10 deletions

View File

@ -14,7 +14,7 @@ Both are trained with samples from the 'good' class only.
So there is a clear performance gap between Few-Shot learning and the state of the art anomaly detection algorithms.
In the @comparison2way Patchcore and EfficientAD are not included as they aren't directly compareable in the same fashion.
That means if the goal is just to detect anomalies, Few-Shot learning is not the best choice and Patchcore or EfficientAD should be used.
That means if the goal is just to detect anomalies, Few-Shot learning is not the best choice, and Patchcore or EfficientAD should be used.
#subpar.grid(
figure(image("rsc/comparison-2way-bottle.png"), caption: [
@ -97,7 +97,7 @@ One could use a well established algorithm like PatchCore or EfficientAD for det
8-Way - Cable class
]), <comparisonfaultyonlycable>,
columns: (1fr, 1fr),
caption: [Nomaly class only classification performance],
caption: [Anomaly class only classification performance],
label: <comparisonnormal>,
)