Skip to content

Commit

Permalink
fix for interpolation error
Browse files Browse the repository at this point in the history
  • Loading branch information
dvschultz authored Nov 21, 2020
1 parent 79b47e4 commit 117b000
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions generate.py
Original file line number Diff line number Diff line change
Expand Up @@ -268,6 +268,7 @@ def generate_latent_walk(network_pkl, truncation_psi, outdir, walk_type, frames,
_G, _D, Gs = pickle.load(fp)

os.makedirs(outdir, exist_ok=True)
os.makedirs(outdir+"/frames", exist_ok=True)

# Render images for dlatents initialized from random seeds.
Gs_kwargs = {
Expand Down

0 comments on commit 117b000

Please sign in to comment.