AR(2) auto regression model.
Support:
- AR(2)
- FFT decompose
git clone https://github.com/Fangyh09/Autoregression.Pytorch.git
python main.py
python main_image_fft.py
python main_image.py
- Add fft decompose
- Add local conv
- Add optical flow
Some codes are from @pysteps. Thanks @ssim-pytorch, @pysteps