Skip to content

run logic error when finish #77

Description

@mikasa955

example

def generate():
    print("Saved concatenated video with {len(all_videos_list)} segments") # https://github.com/SkyworkAI/Matrix-Game/blob/main/Matrix-Game-3/pipeline/inference_pipeline.py#L702
    exit() # https://github.com/SkyworkAI/Matrix-Game/blob/main/Matrix-Game-3/pipeline/inference_pipeline.py#L712

def main():
    print("Generating video ...") # https://github.com/SkyworkAI/Matrix-Game/blob/main/Matrix-Game-3/generate.py#L171
    generate()  # https://github.com/SkyworkAI/Matrix-Game/blob/main/Matrix-Game-3/generate.py#L172
    print("Finished.") # https://github.com/SkyworkAI/Matrix-Game/blob/main/Matrix-Game-3/generate.py#L188

main()

run result: no "Finished." in log

# python test.py 
Generating video ...
Saved concatenated video with {len(all_videos_list)} segments

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