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

Runtime unefficiently long for video to array convertor #54

Closed
maskerinus opened this issue May 1, 2019 · 2 comments
Closed

Runtime unefficiently long for video to array convertor #54

maskerinus opened this issue May 1, 2019 · 2 comments
Assignees

Comments

@maskerinus
Copy link
Collaborator

The runtime for the current method is longer than a minute or more depending on the file size

@maskerinus maskerinus self-assigned this May 1, 2019
@Didou09
Copy link
Member

Didou09 commented May 1, 2019

avoid for loops,
try feeding the frames direcly to a numpy array, should work

@maskerinus
Copy link
Collaborator Author

The for loops have been removed enhancing the runtime of the code

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

No branches or pull requests

2 participants