Test new models 2

This commit is contained in:
Ignacio Gómez Puga
2025-03-23 18:45:46 -06:00
parent 2d3d5ad302
commit 60d9159b04
187 changed files with 462 additions and 4941 deletions

View File

@@ -21,7 +21,7 @@ public class ObjectDetectionSample : MonoBehaviour
private float _detectionSlowdownRate = 0.0f; // Detection frame rate for stationary camera
private float _detectionNormalRate = 1.0f; // Detection frame rate for moving camera
private bool _isCameraMoving = false;
private float confidencePercentage = 0.65f;
private float confidencePercentage = 1f;
private void Awake()
{