DeepLabCut / DeepLabCut-live

SDK for running DeepLabCut on a live video stream
https://elifesciences.org/articles/61909
Other
187 stars 49 forks source link

Error in the example line for bench_mark whit various resolution #111

Open sdiomedi opened 7 months ago

sdiomedi commented 7 months ago

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.