xinntao / SFTGAN

CVPR18 - Recovering Realistic Texture in Image Super-resolution by Deep Spatial Feature Transform

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Hi , i am very interested in your work.

shz1314 opened this issue · comments

Hi,
Thanks to your very outstanding work, but i just can code in pytorch. Can you give me the pytorch code just for model or SFT layer.
Thanks.
Gundati

@shz1314 Pytorch code is under development. It will be finished and released within 2 weeks. Thanks.

@shz1314, I have just added raw sft-gan testing codes to pytorch repo. Please see the sft-arch.py file in BasicSR repo.

The sft-gan models can be downloaded from Google Drive.

You can first run test_seg.py, and then test sft in sft_arch.py. We will improve the codes in the next days.