acconeer / acconeer-a121-gesture-control

Other
9 stars 2 forks source link

Error exucting the jupyter notebook model_development.ipynb #2

Closed paul-dls closed 1 year ago

paul-dls commented 1 year ago

Describe the bug

the Jupyter notebbok in acconeer-a121-gesture-control-main\model_development.ipynb doesn't work The code in Gesture detection crashes in line 3

Screenshots/Video

Screenshot 2023-04-11 134314

To Reproduce

clone the github repo and lunch the jupyter notebook

Config

quick fix :

replace line 71 in util.py vels, _ = get_approx_fft_vels(sensor_config) by vels, _ = get_approx_fft_vels(None,sensor_config)

AndersBuhl commented 1 year ago

Hi,

Thanks for reporting this. It should be fixed now!

BR Anders