cpuimage / GaussianUpsampling

The tensorflow 2 Implementations of Gaussian up-sampling

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

GaussianUpsampling

The tensorflow 2 Implementations of Gaussian up-sampling

Summary

Bilinear up-sampling is a special case of Gaussian up-sampling with kernel_size of 4 when scale factor is 2.

Cautions

  • scale factor cannot be too large, otherwise the norm weights will be calculated incorrectly.
  • set the smooth parameter to False, which has a sharpening effect.

About

The tensorflow 2 Implementations of Gaussian up-sampling

License:MIT License


Languages

Language:Python 100.0%