...
Model description
This is the official implementation of "Deep Flexible Structure Preserving Image Smoothing", which appeared in ACM Multimedia 2022.
Images are preprocessed with torchvision.transforms.Resize(640)
before fed into the network.
...