Changed tresholds

This commit is contained in:
2023-04-19 18:32:44 +02:00
parent 9422df7083
commit ec60f7d8e3
2 changed files with 2 additions and 1 deletions

View File

@@ -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;
}

View File

@@ -162,6 +162,7 @@ PlayerSettings:
- {fileID: 0}
- {fileID: 0}
- {fileID: 0}
- {fileID: 0}
metroInputSource: 0
wsaTransparentSwapchain: 0
m_HolographicPauseOnTrackingLoss: 1