visionml / pytracking

Visual tracking library based on PyTorch.
GNU General Public License v3.0
3.19k stars 603 forks source link

Save video results #411

Closed arielkantorovich closed 8 months ago

arielkantorovich commented 8 months ago

Hi, There is option to save video results in run_video.py?

setarekhosravi commented 8 months ago

In tracker.py you can find output bounding boxes by checking out value. check the target_bbox. image

@arielkantorovich