Closed chaoqinhuang closed 4 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
Indeed, thanks!
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