Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feedback from running inference on Win10 #3

Closed
Norod opened this issue Apr 18, 2021 · 3 comments
Closed

Feedback from running inference on Win10 #3

Norod opened this issue Apr 18, 2021 · 3 comments

Comments

@Norod
Copy link

Norod commented Apr 18, 2021

I'm on conda 4.9.2, Windows 10 64bit

In case anyone finds it useful, then:
I had to run
conda install -c anaconda cmake
To get CMAKE into the environment, however, for some reason pip has failed to install ninja from source.

So after activating the environment, I did the following steps which did not get executed due to the ninja build fail:
conda install ninja==1.10.0
conda install tqdm==4.59.0 gitpython scikit-learn
pip install gpustat
pip install tensorboard==2.4.1
pip install -e .
pip install omegaconf click

I was then able to run the inference notebook and generate a lovely panoramic image

To generate the video, I had to first run:
conda install -c conda-forge opencv
To get opencv into the environment

The video was then generated and it looks beautiful.
Cheers!

@Norod Norod closed this as completed Apr 21, 2021
@universome
Copy link
Owner

@Norod Thank you for the advice! We didn't have a chance to test the model on a Windows machine.
Also, for Windows users, it might also be helpful to check the original StyleGAN2-ADA repo requirements or installation instructions since we inherited almost all the dependencies from it.

@Norod
Copy link
Author

Norod commented Apr 21, 2021

@universome That's very legitimate :) Perhaps adding note to the README.MD that the code is known to work but not tested on Windows? a link to this issue page and/or the original repo's requirements? (Thank you for that, BTW, it's helpful) Anyway, awesome work!

@universome
Copy link
Owner

@Norod yeah, that's a good idea. I added the link to this issue into README.md

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants