GolfCart YOLO11s
A lightweight object detection model optimized for identifying golf carts in aerial drone imagery. Fine-tuned on a dataset of 624 images to balance edge-device inference speed with high precision.
# Load fine-tuned model
model = YOLO('best-3.pt')
# Run inference
results = model('test_images/golfcart_drone_01.jpg')
results[0].show()