WaveSNet
WaveSNet copied to clipboard
Is the function wavelet.rec in DWT and wavelet.dec in IDWT reversed? see https://github.com/fbcotter/pytorch_wavelets/blob/master/pytorch_wavelets/dwt/transform2d.py#L25 and https://github.com/fbcotter/pytorch_wavelets/blob/master/pytorch_wavelets/dwt/transform2d.py#L94
Hello. I was wondering whether I could train the model on my own dataset of images and masks?
Hi, I am trying to use the wsegnet_vgg19() model but want to use as input 1D images (grayscale) what parameters of the cfg do I need to change?