autovideo icon indicating copy to clipboard operation
autovideo copied to clipboard

how can i change the Confidence Threshold for recognising Actions ?

Open sdpawar84 opened this issue 2 years ago • 1 comments

currently, it is working with 0.5 (Confidence Threshold) for both "normal" and "object-falling" actions. I wanted to make changes in my confidence. So how can I change the Confidence Threshold?

sdpawar84 avatar Jun 09 '23 07:06 sdpawar84

@sdpawar84 You can play with make_predictions https://github.com/datamllab/autovideo/blob/main/autovideo/utils/training_utils.py#L33

daochenzha avatar Jun 22 '23 15:06 daochenzha