facebookresearch / co-tracker

CoTracker is a model for tracking any point (pixel) on a video.

Home Page:https://co-tracker.github.io/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

where can I find the confidence value of prediction?

dat-nguyenvn opened this issue · comments

Hi team,
During the tracking process, I want to remove some points (pixels) that are wrong. (e.g, after several frames there are some track points that will move very strangely).

I want to find the confidence score of the predictions.
For example: output is (x,y, visibility). How can I find the confidence score of the output?

Thanks

Hi @dat-nguyenvn, the released model doesn't have a confidence flag. There's currently no way to filter out bad tracks because of that.