Skip to content

Commit

Permalink
use 5000 images
Browse files Browse the repository at this point in the history
  • Loading branch information
tbenst committed Jul 21, 2020
1 parent c378878 commit c74379e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions web/programs/ffhq-generated.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@ const duration = 0.5
const repetitions = 1
const scaleX = 1.1
const scaleY = 1.1
let images = [...Array(100).keys()].map(x => String(x).padStart(4,"0"))
let images = [...Array(10000).keys()].map(x => String(x).padStart(4,"0"))

// First 5000 images only
// images = images.slice(0,5000)
images = images.slice(0,5000)

// Second 5000 images only
// images = images.slice(5000,10000)
Expand Down

0 comments on commit c74379e

Please sign in to comment.