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.