scattering_transform
scattering_transform copied to clipboard
Incomaptible parameter
I am trying to run this example PH_image_synthesis.ipynb and the data you use is not available (so I made up something instead of the turbulence2d.mat would be good to have it part of the repo. The issue I have is that the call
ST_coef_all = ST_calculator.forward(
image_param_flip, J, L,
algorithm=ST_algorithm, if_C01=('C' in coef),
pseudo_coef=ST_norm, if_remove_edge=if_remove_edge
)
Appears incompatible with the forward definition in ST.py since the if_C01 and if_remove_edge are not declared.
Any advice?