ZPdesu / Barbershop

Barbershop: GAN-based Image Compositing using Segmentation Masks (SIGGRAPH Asia 2021)
https://zpdesu.github.io/Barbershop/
MIT License
1.35k stars 265 forks source link

Could you share the performance benchmark result? #62

Open fingerella2000 opened 1 year ago

fingerella2000 commented 1 year ago

Thanks for the great work at first!

Curious how much time is needed to run this command in your environment? python main.py --im_path1 90.png --im_path2 15.png --im_path3 117.png --sign fidelity --smooth 5

I tried that command in a VM which is Standard_NV6 (6 cores, 56 GB RAM, 380 GB disk) with [GPU - 1 x NVIDIA Tesla M60], it takes ~ 1 hours to finish.

Any suggestions on the configurations which can make it running faster?

Thanks.