Skip to content

An error will occur if the input sequence does not start with "0000" #35

Description

@tanglangxia

When the input sequence does not start with "0000," an error will occur. In most cases during animation production,

sequences often start with "0001." Currently, in the code, if a sequence starts with "0001," it will directly look for a non-existent "0002," resulting in the error: FileNotFoundError: [Errno 2] No such file or directory: 'dataset/test/XXX\gt\0002.png'.

If the --mode nearest command is used, it will throw an "IndexError: list index out of range" error.

The program will only work properly if the starting frame number is set to "0000."

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

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions