alemart / speedy-vision

GPU-accelerated Computer Vision for JavaScript.
Apache License 2.0
172 stars 28 forks source link

Optical Flow demo error. #42

Closed mmadaria closed 1 year ago

mmadaria commented 1 year ago

First of all, I would like to thank the creator of this project for his excellent work :)

Along with this, I have been testing the "Optical Flow" demo using Google Chrome v.108.0.5359.125 (Official Build) (64 bits), and when I click over a person in the video the demo stops, showing the following error on the console :

Uncaught TypeError: Cannot read properties of undefined (reading 'x') at renderFlowVectors (optical-flow.html:307:41) at render(optical-flow.html:219:17)

What could be happening? It seems that this problem does not occur in Mozilla Firefox..

Regards,

Milko.

optical-flow-demo-error

alemart commented 1 year ago

Hi Milko,

Thank you for your compliment. I appreciate it.

I will look into it.