denisecailab / ezTrack

Free, platform independent, behavior tracking software.
GNU General Public License v3.0
118 stars 41 forks source link

installing in Ubuntu 20.04 #23

Closed ckemere closed 3 years ago

ckemere commented 3 years ago

I'm having issues with holoviews/bokeh under Ubuntu 20.04. In particular, I'm not able to get any dynamic output in my notebooks. Anyone solve this successfully?

ZachPenn commented 3 years ago

What web browser are you using? We've experienced intermittent complications with everything except Chrome. Also, have you tried to increase the output size in the first line of each cell? Sometimes with smaller videos holoviews images won't appear without increasing output size. If neither of these work, it may be necessary to update holoviews/bokeh package versions.

ckemere commented 3 years ago

My default is Firefox, but based on your comment, I tried again with Chrome. It is the case that the videos I'm looking at are dimensions (h x w): 80,630, but if I zoom in I still just see an empty box. I haven't specified the versions of holoviews and bokeh as described in the instructions (just python/opencv). I will try again with that and see if that changes things.

ckemere commented 3 years ago

Update - I tried with the precise package versions suggested and, then changed the notebook magic, %%output size=100 from 100 to 400, and now it's working! Thanks!