We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Hello, in the example line provided in the README.md file there is an error:
dlclive.benchmark_videos('/path/to/exported/model', ['/path/to/video1', '/path/to/video2'], output='/path/to/output', resize=[1.0, 0.75, '0.5'])
the problem is the '0.5' as to be 0.5 the resize input, value has to be number and not str.
The text was updated successfully, but these errors were encountered:
fix #111: coerce floats and ints for pixels, replace string with floa…
08ebec2
…t in readme
Successfully merging a pull request may close this issue.
Hello, in the example line provided in the README.md file there is an error:
dlclive.benchmark_videos('/path/to/exported/model', ['/path/to/video1', '/path/to/video2'], output='/path/to/output', resize=[1.0, 0.75, '0.5'])
the problem is the '0.5' as to be 0.5
the resize input, value has to be number and not str.
The text was updated successfully, but these errors were encountered: