Test new models 2
This commit is contained in:
		| @@ -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() | ||||
|     { | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Ignacio Gómez Puga
					Ignacio Gómez Puga