Ask Your Question
0

How to show the confidence level of detectMultiScale "in python"

asked 2020-10-14 19:33:54 -0600

Saxode gravatar image

updated 2020-10-15 01:33:06 -0600

berak gravatar image

Hello! I was working on my research and I got a problem, I'm trying to show the confidence level, and I've googled for billion times, I've tried billions of codes, does anyone know how to show it? I've tried outputRejectLevels = "levelWeights" outputRejectLevels = True outputRejectLevels = "objects" outputRejectLevels = "rejectLevel" and etc, I got TypeError: 'outputRejectLevels' is an invalid keyword argument for this function, please guys, thank you

edit retag flag offensive close merge delete

Comments

please show the exact invocation, some lines of code, thank you.

berak gravatar imageberak ( 2020-10-15 02:06:00 -0600 )edit

Thank goodness. U Solved ur problem fixed

supra56 gravatar imagesupra56 ( 2020-10-15 07:27:24 -0600 )edit

1 answer

Sort by ยป oldest newest most voted
0

answered 2020-10-15 03:51:35 -0600

berak gravatar image

updated 2020-10-15 11:53:37 -0600

have a look at the docs, you have to call the detectMultiScale3 overload

(and yea, it's a boolean, so outputRejectLevels = True)

edit flag offensive delete link more

Question Tools

1 follower

Stats

Asked: 2020-10-14 19:33:54 -0600

Seen: 1,010 times

Last updated: Oct 15 '20