1 Commits

Author SHA1 Message Date
e6dc132952 modified content_analyser.py 2024-11-03 22:48:34 +01:00

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