YOLOv8-streamlit-app icon indicating copy to clipboard operation
YOLOv8-streamlit-app copied to clipboard

Detection Results

Open SivaBodapati opened this issue 1 year ago • 2 comments

Detection Results:

tensor([[381.4724, 159.2195, 103.1477, 82.2390]])

tensor([[520.8309, 289.8120, 245.9102, 80.2827]])

tensor([[218.0719, 153.7255, 107.6187, 56.7821]])

tensor([[523.6737, 27.4129, 87.7642, 51.0593]])

tensor([[469.1229, 102.6855, 95.1033, 63.5487]])

tensor([[605.0400, 381.5883, 84.6944, 46.1900]])

tensor([[462.3659, 221.3884, 219.9605, 66.9211]])

Instead of printing this can you modify your code to print the detected Objects and their count in the place of Detection Results

SivaBodapati avatar Jan 26 '24 08:01 SivaBodapati