Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

“ValueError: A 2-dimensional array must be passed.” during “Generate animation frames” and “Compile your video” #98

Open
dhorne312 opened this issue Jan 15, 2023 · 4 comments
Labels
bug Something isn't working

Comments

@dhorne312
Copy link

2B183644-AF10-4050-9903-4AA93CD7E8A8

I keep getting this error message, I’m using a M1 MacBook & I’ve tried with different videos inputs. Any fix for this?

@dhorne312
Copy link
Author

dhorne312 commented Jan 15, 2023

I tried again on a windows PC and I got to the “Compile your video” step and the same error shows
330BEFF1-7E3D-41BA-AAA6-637C97657417

@dhorne312 dhorne312 changed the title Error during “Generate animation frames” “ValueError: A 2-dimensional array must be passed.” during “Generate animation frames” and “Compile your video” Jan 15, 2023
@dmarx dmarx added the bug Something isn't working label Jan 16, 2023
@mattpetters
Copy link

If you disable optimal ordering it will succeed but the list of images needs to be transformed into the 2D array numpy expects, not sure exactly how to fix this yet

@HarlanBrothers
Copy link

Same error. Disabling optimal ordering did the trick, thanks @mattpetters!!

@mattpetters
Copy link

Same error. Disabling optimal ordering did the trick, thanks @mattpetters!!

No problem, I'm working on fixing that soon. I just need to understand the Traveling Salesman implementation they're trying to use and corral the data into the correct format. I made a fork where I'm hoping to fix this so stay tuned

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

4 participants