Skip to content

Commit

Permalink
More README
Browse files Browse the repository at this point in the history
Signed-off-by: Matthias Kümmmerer <[email protected]>
  • Loading branch information
matthias-k committed Jun 1, 2021
1 parent 89dfd0f commit aa97791
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ model.load_state_dict(torch.load('deepgaze2e.pth'))

image = face()

# load precomputed log density over a 1024x1024 image
# load precomputed centerbias log density (from MIT1003) over a 1024x1024 image
centerbias_template = np.load('centerbias.npy')
# rescale to match image size
centerbias = zoom(centerbias_template, (image.shape[0]/centerbias_template.shape[0], image.shape[1]/centerbias_template.shape[1]), order=0, mode='nearest')
Expand Down

0 comments on commit aa97791

Please sign in to comment.