Fix in models and condifence score
This commit is contained in:
@@ -135,7 +135,7 @@ public class ObjectDetectionSample : MonoBehaviour
|
||||
|
||||
Debug.Log($"Detected: {categoryName} with confidence {confidence * 100:F1}%");
|
||||
|
||||
string label = $"{categoryName} {confidence * 100:F1}%";
|
||||
string label = $"{categoryName}";
|
||||
_drawRect.CreateRect(rect, _colors[i % _colors.Length], label);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user