def start(self,im,p0,p1): # p0 is leftupper position of the obj, p1 is rightbottom of the obj self.t.start_track(im, dlib.rectangle(p0[0],p0[1], p1[0], p1[1]))