alemart / speedy-vision

GPU-accelerated Computer Vision for JavaScript.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Optical Flow demo error.

mmadaria opened this issue · comments

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

Hi Milko,

Thank you for your compliment. I appreciate it.

I will look into it.