xjqicuhk / SIMS

Semi-parametric Image Synthesis

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Slow processing speed of train_generate_synthesis.m on 256*512 training data

hliuav opened this issue · comments

When I run train_generate_synthesis.m on 256*512 training data, it takes about 3 mins to process 1 picture. Is this speed normal or something is going wrong?

I should not take that much time. You can reduce the number 100 in Line 104 " while( count<100)" to a smaller value. This will reduce the time greatly without sacrifacing the result.