luanfujun / deep-painterly-harmonization

Code and data for paper "Deep Painterly Harmonization": https://arxiv.org/abs/1804.03189
6.08k stars 628 forks source link

extend the code to support CPU #32

Open Mypathissional opened 5 years ago

Mypathissional commented 5 years ago

Hi,

Do you think, it'd be hard to reproduce the code in CPU? As far as I know, the dense correspondence search and spatial consistency resampling are implemented in CUDA? And if it is possible, would it be time too much time consuming? I'll appreciate any help.

Best