74 elif img.ndim == 2: 75 img = img[np.newaxis, ...] 76 print(f"Prepare the imput masks") 77 78 assert img.ndim == 3 79 80 try: 81 img = img.astype(np.float32) / 255