SPADE-fast icon indicating copy to clipboard operation
SPADE-fast copied to clipboard

This is an unofficial implementation of the paper "Sub-Image Anomaly Detection with Deep Pyramid Correspondences".

Results 2 SPADE-fast issues
Sort by recently updated
recently updated
newest added

img = cv2.resize(img, (ConfigData.SHAPE_MIDDLE[1], ConfigData.SHAPE_MIDDLE[0]), interpolation=cv2.INTER_AREA) AttributeError: type object 'ConfigData' has no attribute 'SHAPE_MIDDLE'

Hi and thanks for the implementation that works just fine contrary to the original repo ! I have been able to use it to train on my data but I...