visionml / pytracking

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

Ahsanr312 patch 2 #341

Open Ahsanr312 opened 2 years ago

Ahsanr312 commented 2 years ago

This branch contains following upgrades mentioned below:

Ground_Station.py Placed at /pytracking/ This file is used as a ground station and acts like a client to communicate with server (tracker.py). This files needs to be placed in another PC. Also read the file in detail for better understanding and usage.

run_video_communication.py Placed at /pytracking/pytracking/ This file is used when client-server setup is required for tracking. It initiates run_video_comm function in tracker.py

tracker.py Placed at /pytracking/pytracking/evaluation This file is updated by adding run_video_comm function which acts like a server and have the functionality of communicating with client (Ground_Station.py)