facebookresearch / co-tracker

CoTracker is a model for tracking any point (pixel) on a video.
https://co-tracker.github.io/
Other
2.52k stars 175 forks source link

where can I find the confidence value of prediction? #81

Open dat-nguyenvn opened 1 month ago

dat-nguyenvn commented 1 month ago

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

nikitakaraevv commented 3 weeks ago

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.