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: cannot reshape array of size 81600 into shape (742,newaxis,2) #46

Closed
xuelinghao opened this issue May 29, 2023 · 3 comments
Closed

Comments

@xuelinghao
Copy link

When I use my own vidoe, it always return this error, would you please help answer? Thank you!

@kunncheng
Copy link
Collaborator

The inference script will save preprocessing results in ./temp folder. When the input video has been preprocessed, the preprocessed data are loaded directly from the folder to save inference time.

Did you test two videos with the same name? This can cause the loaded data to be inconsistent with the input video.

You can try deleting ./temp folder or adding the parameter --re_preprocess.

@xuelinghao
Copy link
Author

Thanks a lot, I got it fixed, no error at all. Really appreciate.

@BillieFrano
Copy link

thanks a lot Xuelinghao!!!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants