DeepLabCut-live icon indicating copy to clipboard operation
DeepLabCut-live copied to clipboard

Error in the example line for bench_mark whit various resolution

Open sdiomedi opened this issue 5 months ago • 0 comments

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.

sdiomedi avatar Feb 06 '24 16:02 sdiomedi