yuval-alaluf / SAM

Official Implementation for "Only a Matter of Style: Age Transformation Using a Style-Based Regression Model" (SIGGRAPH 2021) https://arxiv.org/abs/2102.02754
https://yuval-alaluf.github.io/SAM/
MIT License
632 stars 151 forks source link

It's possible running it on Windows? #3

Closed marlonio closed 3 years ago

marlonio commented 3 years ago

Hi, i want to try your SAM, it's possible run it with an Anaconda Environments but on Windows OS? Thanks in advantage

yuval-alaluf commented 3 years ago

We have not tried running on Windows, but this seems possible if you are able to compile the cuda extensions that are used in the StyleGAN implementation. You may find the following issues from rosinality's github helpful:

https://github.com/rosinality/stylegan2-pytorch/issues/63 https://github.com/rosinality/stylegan2-pytorch/issues/47

marlonio commented 3 years ago

Thanks a lot @yuval-alaluf i will try soon