facebookresearch/co-tracker

where can I find the confidence value of prediction?

dat-nguyenvn opened this issue · 1 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.