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

Single GPU Pretrained face model not available? #39

Closed
petergerten opened this issue Sep 24, 2018 · 3 comments
Closed

Single GPU Pretrained face model not available? #39

petergerten opened this issue Sep 24, 2018 · 3 comments

Comments

@petergerten
Copy link

I was looking for the single GPU face model.
Besides the test_512.sh script in the face directory, there are the following scripts:

test_g1_256.sh
test_g1_512.sh

If i understand correctly, those are for the single GPU models.
When downloading the models however I only get those directories:

edge2face_512
edge2face_single

I tried to rename the edge2face_single model directory but there is not the expected latest_net_G0.pth file but 3 files:

features.npy
latest_net_E.pth
latest_net_G.pth

Any suggestions on how to make the single GPU face model work?

@tcwang0509
Copy link
Contributor

Sorry for the confusion. edge2face_single is for single image (instead of video) edge2face translation, not a model trained on a single GPU. I haven't trained one on single GPU yet.

@mrgloom
Copy link

mrgloom commented Sep 24, 2018

Is there example of usage for single image ? Do we still need FlowNet for single image?

@tcwang0509
Copy link
Contributor

If you just want to do single image instead of videos, you can use our pix2pixHD repo: https://github.com/NVIDIA/pix2pixHD/

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

3 participants