remove open question comment

This commit is contained in:
Florian Förster 2025-10-22 10:52:22 +02:00
parent 9a421d5fbd
commit c45411e8ee

View File

@ -233,12 +233,8 @@ def anomaly_detection(
model = Patchcore(
backbone=const.BACKBONE, layers=const.LAYERS, coreset_sampling_ratio=const.RATIO
)
# ?? benötigt? Wird nicht genutzt
# engine = Engine()
# preparation for plot
_, axes = plt.subplots(1, 2, figsize=(12, 6))
# loop over left and right sensor
for i, (side, image) in enumerate(sensor_images.items()):
# Ich habe die Modellpfade als Funktionsparameter hinzugefügt