I'm trying out VideoObjectTracking in 14.3. As far as I can tell, the Method->options are not available or working when I track points instead of bounding boxes.
ss = VideoObjectTracking[v -> s,
Method -> {"OCSort", "IOUThreshold" -> 0.1,
"OcclusionThreshold" -> 2}]
I get this message [ImageFeatureTrack::invmethod: use Method -> ImageFeatureTrack], but can't figure it out. If I do use this, it gives me another error [VideoObjectTracking::undefmethodbiv: ImageFeatureTrack is not a valid Method setting for boxes, images or a video. Supported methods include "OCSort" and "RunningBuffer".]. Any ideas ?