Object tracking in image coordinates

Implement a object tracker for later usage in camera readjustment that object is always in image center (see #84 (closed) ).

Task is split to two main tasks

1. Tryout current StateOfTheArt

TODOs check models on a video and check which provides best usage characteristics on our data

2. Create Basic Tracker in ROS

  • Create YOLO node (to get detections & tracks)
  • Add drawing of results in UI, or later in hud_drawing_node
  • Add unittest for the node
    • use pytest
    • feed in two images
    • check if one track (or more if more objects) are generated and almost on same pos in second image
Edited by petrosilius