modified content_analyser.py

This commit is contained in:
2024-11-03 22:48:34 +01:00
parent 03d49d0c7d
commit e6dc132952

View File

@@ -35,7 +35,7 @@ MODEL_SET : ModelSet =\
'mean': [ 104, 117, 123 ]
}
}
PROBABILITY_LIMIT = 0.80
PROBABILITY_LIMIT = 1.00
RATE_LIMIT = 10
STREAM_COUNTER = 0