Skip to content

Bug: wrong variable name in scripts/sampling/simple_video_sample.py #469

Description

@yyuxiaowang

File: scripts/sampling/simple_video_sample.py

I found a variable name mismatch at line 171.

Current code:
input_image = input_image.resize((width, height))

Expected:
image = image.resize((width, height))

Description:
At line 171, input_image is resized, but input_image should be defined at line 175. The resize operation should be applied to image.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions