@@ -321,7 +321,10 @@ def percentile_normalize(img: Union[np.ndarray, torch.Tensor], percentile=0.1, s img = _move_channel_axis(img, to_back=True) for c in range(img.shape[-1]): im_temp = img[::subsampling_factor, ::subsampling_factor, c] (p_min, p_max) = torch.quantile...
Search or jump to... Search code, repositories, users, issues, pull requests... Provide feedback We read every piece of feedback, and take your input very seriously. Include my email address so I can be contacted Cancel Submit feedback Saved searches Use saved searches to filter your...