yemount / pose-animator

Apache License 2.0
8.72k stars 962 forks source link

Arguments fix in call to detectPoseInRealTime function from the camera.js file #41

Closed Yajassardana closed 4 years ago

Yajassardana commented 4 years ago

Screenshot (204) This is a minor fix - removed an extra argument being passed. An extra argument - posenet was being passed to the detectPoseInRealTime function along with the argument video but it only required a single argument - video, as mentioned in the function definition of the detectPoseInRealTime function.

I've done the testing and it's working perfectly fine, just like before.