RenYurui / StructureFlow

Code for paper "StructureFlow: Image Inpainting via Structure-aware Appearance Flow"
Other
222 stars 42 forks source link

Image smoothing for training is too slow #25

Closed PangzeCheung closed 4 years ago

PangzeCheung commented 4 years ago

hi! I run the code in matlab, but the image smoothing for training is too slow. Is there any acceleration method for the matlab code? Besides, Is there other method using deep learning to solve the image soomthing? Thank you very much!

RenYurui commented 4 years ago

If you want to accelerate the smooth method you can 1. smooth images with reduced resolution; 2. use multithreading.