File "bin/run_patchcore.py", line 148, in image_transform dataloaders["testing"].dataset.transform_std AttributeError: 'MVTecDataset' object has no attribute 'transform_std'
I cannot find an transform_std in the code. If I remove that part the code runs without problem.
File "bin/run_patchcore.py", line 148, in image_transform dataloaders["testing"].dataset.transform_std AttributeError: 'MVTecDataset' object has no attribute 'transform_std'
I cannot find an transform_std in the code. If I remove that part the code runs without problem.