Skip to content

Commit

Permalink
Update processors.js
Browse files Browse the repository at this point in the history
  • Loading branch information
xenova committed Mar 11, 2024
1 parent 8b7c2ce commit 034b959
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/processors.js
Original file line number Diff line number Diff line change
Expand Up @@ -700,7 +700,7 @@ export class ImageFeatureExtractor extends FeatureExtractor {
const pixel_values = stack(imageData.map(x => x.pixel_values), 0);

return {
pixel_values: pixel_values,
pixel_values,

// Original sizes of images
original_sizes: imageData.map(x => x.original_size),
Expand Down

0 comments on commit 034b959

Please sign in to comment.