eliasjlara / PUM-04

Repository for group 4 in the TDDD96 course. Kanban link ⬇
https://github.com/users/eliasjlara/projects/7
MIT License
6 stars 1 forks source link

Feature/retrieve video data 92 #166

Closed thulavall closed 6 months ago

thulavall commented 6 months ago

WHY?

The raspberry pies were not quick enough for our earlier implementation of image recogntion.

WHAT?

I implemented new versions of pose landmarker and gesture recognizer based on the earlier ones, but with the option to choose when results are applied to the images. This allows the video analysis node to only apply the results every e.g. 10 frames. Relevant changes have also been made to the video_analyzer node.