xinntao / SFTGAN

CVPR18 - Recovering Realistic Texture in Image Super-resolution by Deep Spatial Feature Transform
563 stars 100 forks source link

Hi , i am very interested in your work. #1

Closed shz1314 closed 6 years ago

shz1314 commented 6 years ago

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

xinntao commented 6 years ago

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

xinntao commented 6 years ago

@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.