Jaeheung Surh
Results
1
comments of
Jaeheung Surh
I think it may be an issue with skimage version I change the file at `wisp/ops/image/metrics.py` to include the `channel_axis`, namely: ```py return skimage.metrics.structural_similarity( rgb[..., :3].cpu().numpy(), gts[..., :3].cpu().numpy(), multichannel=True, data_range=1,...