ninatu / anomaly_detection

This is the official implementation of "Anomaly Detection with Deep Perceptual Autoencoders".
Apache License 2.0
44 stars 8 forks source link

About camelyon16 preprocessing #1

Closed chaoqinhuang closed 3 years ago

chaoqinhuang commented 3 years ago

Hi, Here may be a bug , In Line 28 of camelyon16_preprocessing/scripts/1_convert_annotation_to_json.py, X = list(map(lambda x: float(x.get('x')) should be changed to X = list(map(lambda x: float(x.get('X')) Best wishes

ninatu commented 3 years ago

Indeed, thanks!