You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Most of the functions seem to expect images of 3 dimensions (height, width, channel), but percentile_threshold seems to expect 4, with the first dim being batch.
The documentation for histogram_normalization also references a batch dimension, but I don't think the code actually expects it.
The text was updated successfully, but these errors were encountered:
Most of the functions seem to expect images of 3 dimensions (height, width, channel), but percentile_threshold seems to expect 4, with the first dim being batch.
The documentation for histogram_normalization also references a batch dimension, but I don't think the code actually expects it.
The text was updated successfully, but these errors were encountered: