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 weights
  • README.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()
Downloads last month

-

Downloads are not tracked for this model. How to track
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
Finetuned
(125)
this model