I am getting this message when I try to create a tracker: AttributeError: module 'cv2.cv2' has no attribute 'TrackerGOTURN_create'
I've downloaded goturn.caffemodel and goturn.prototxt, and they are in the same folder as my python file.
import cv2
import numpy as np
import os
#import time
ballTracker = cv2.TrackerGOTURN_create()