I am using TrackerCSRT for object tracking in a video, and currently I use the init method on the tracker to set the region of interest
TrackerCSRT
region of interest
Unfortunately, you can't.
Just complementing @chungzuwalla answer, the tracker c++ code only uses mask if you set params.use_segmentation, but the Tracker python interface does not let you set params.
params.use_segmentation