generated from dopt-python/py311
Cython Integration and Test Case Enhancements #1
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user