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
For 1d signals the coefficients as well as reconstructed signals keep the same number of dimensions as the original input signal.
However, for 2d signals with only 2 axes we currently always add a superfluous batch dimension, i.e. [H, W] -> [1, H, W].
This seems inconsistent.
We can address this by introducing a functionality similiar to ptwt.conv_transform._postprocess_result_list_dec1d for higher dimensions.
The text was updated successfully, but these errors were encountered:
For 1d signals the coefficients as well as reconstructed signals keep the same number of dimensions as the original input signal.
However, for 2d signals with only 2 axes we currently always add a superfluous batch dimension, i.e.
[H, W] -> [1, H, W]
.This seems inconsistent.
We can address this by introducing a functionality similiar to
ptwt.conv_transform._postprocess_result_list_dec1d
for higher dimensions.The text was updated successfully, but these errors were encountered: