WarThunder Rangefinder – YOLOv8 Model
This repository contains a custom-trained YOLOv8 model designed for detecting vehicles and rangefinding elements in War Thunder gameplay footage.
The model can be used for object detection, aiming assistance, range estimation, and other computer vision tasks.
🧠 Model Overview
- Architecture: YOLOv8
- Task: Object Detection
- Framework: Ultralytics
- Supported Inputs: Images & video frames
- Output: Bounding boxes, confidence scores, class predictions
📦 Repository Contents
best.pt– Trained YOLOv8 model weightsREADME.md– Model documentation- Additional config files depending on your upload
🚀 Usage Example
from ultralytics import YOLO
# Load the model
model = YOLO("best.pt")
# Run inference
results = model("example.jpg")
# Show detection results
results.show()
Inference Providers
NEW
This model isn't deployed by any Inference Provider.
🙋
Ask for provider support
Model tree for hgf700/WarThunderRangefinder
Base model
Ultralytics/YOLOv8