import pathlib
import sys

sys.path.append(str(pathlib.Path(__file__).parent.resolve()))
from pytracking.evaluation import Tracker