I'm trying to create a GOTURN tracker using opencv, but the process finishes with error:
self.tracker = cv2.Tracker_create("GOTURN")
Process finished with exit code 139
If I change the type of tracker to MIL, BOOSTING, MEDIANFLOW, TLD or KCF it works well.
It seems the python api doesn't support this kind of tracker yet, is that so?