run logic error when finish
Nobody has claimed this yet.
Assessment
- Difficulty
- 1/5
- Estimated time
- Under an hour
- Newbie friendliness
- 88/100
Research direction
Start with Matrix-Game-3/generate.py around lines 171-188 and inspect the exit() call in pipeline/inference_pipeline.py around line 712. Run the provided Python example or the relevant generation command, then verify that the log includes "Finished." and the five following lines execute after video generation completes.
Written by the indexing model from the issue text.
Description
- what happen: an exit() at generate() cause program end early.
- result : 5 lines code not run. https://github.com/SkyworkAI/Matrix-Game/blob/main/Matrix-Game-3/generate.py#L183-L188
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
- Dominant language
- Python
- Stars
- 2.3k
- Forks
- 254
- PR merge metrics
- No merged PRs in 30d
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
More from SkyworkAI/Matrix-Game
-
Difficulty 1/5 Under an hour Newbie friendliness 90/100
SkyworkAI/Matrix-Game#82 ·
-
Difficulty 1/5 Under an hour Newbie friendliness 88/100
SkyworkAI/Matrix-Game#80 ·
-
Difficulty 3/5 1-2 days Newbie friendliness 76/100
SkyworkAI/Matrix-Game#86 ·
-
Third person support Open
Difficulty 5/5 Over a week Newbie friendliness 35/100
SkyworkAI/Matrix-Game#76 · 1 comment ·
-
Difficulty 4/5 3-5 days Newbie friendliness 25/100
SkyworkAI/Matrix-Game#75 · 1 reaction ·
All issues in SkyworkAI/Matrix-Game
Similar issues
-
Difficulty 2/5 1-3 hours Newbie friendliness 88/100
-
Difficulty 2/5 1-3 hours Newbie friendliness 82/100
-
Difficulty 2/5 1-3 hours Newbie friendliness 78/100
-
enhancement
Difficulty 2/5 1-3 hours Newbie friendliness 72/100
-
Difficulty 2/5 1-3 hours Newbie friendliness 74/100