Changed tresholds
This commit is contained in:
@@ -627,7 +627,7 @@ public class SignPredictor : MonoBehaviour
|
||||
float sum = 0.0f;
|
||||
foreach (KeyValuePair<string, float> entry in probs)
|
||||
{
|
||||
float probability = 1 / (1 + Mathf.Exp(2 * (entry.Value - 1.6f)));
|
||||
float probability = 1 / (1 + Mathf.Exp(2 * (entry.Value - 1.85f)));
|
||||
newProbs.Add(entry.Key, probability);
|
||||
sum += probability;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user