DeepLabCut / DeepLabCut-live

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

error due tu py-cpuinfo #112

Open sdiomedi opened 9 months ago

sdiomedi commented 9 months ago

using py-cpuinfo-9.0.0 whit benchmark I got thee following error

dev = [get_cpu_info()["brand"]]
KeyError: 'brand'

I solve it by installing an older versione

pip install py-cpuinfo==5.0.0