YOLOv8 Detection

Real-time object detection with YOLOv8 and YOLOv11 on Clore.ai

Run real-time object detection with Ultralytics YOLOv8 and YOLOv11.

circle-check
circle-info

Update: YOLOv11 (2025) — 22% Faster

YOLOv11 is now available via the same ultralytics package. It delivers 22% faster inference and improved mAP over YOLOv8, with the same simple API. New features include Oriented Bounding Box (OBB) detection. Upgrade by running pip install -U ultralytics.

Renting on CLORE.AI

  1. Filter by GPU type, VRAM, and price

  2. Choose On-Demand (fixed rate) or Spot (bid price)

  3. Configure your order:

    • Select Docker image

    • Set ports (TCP for SSH, HTTP for web UIs)

    • Add environment variables if needed

    • Enter startup command

  4. Select payment: CLORE, BTC, or USDT/USDC

  5. Create order and wait for deployment

Access Your Server

  • Find connection details in My Orders

  • Web interfaces: Use the HTTP port URL

  • SSH: ssh -p <port> root@<proxy-address>

What is YOLOv8?

YOLOv8 is a high-performance YOLO model offering:

  • Object detection

  • Instance segmentation

  • Pose estimation

  • Image classification

  • Object tracking

What is YOLOv11?

YOLOv11 (2025) is the latest generation, adding:

  • 22% faster inference vs YOLOv8

  • Higher mAP across all model sizes

  • Oriented Bounding Box (OBB) detection — new task

  • Improved architecture (C3k2 blocks, SPPF, C2PSA)

  • Same ultralytics package, drop-in replacement

Supported Tasks (YOLOv11)

Task
Suffix
Description

detect

(none)

Object detection with bounding boxes

segment

-seg

Instance segmentation with masks

classify

-cls

Image classification

pose

-pose

Human pose estimation

obb

-obb

NEW Oriented bounding boxes (rotated detection)

Model Sizes

YOLOv8 Models

Model
Size
mAP
Speed (RTX 3090)

YOLOv8n

3.2M

37.3

~1ms

YOLOv8s

11.2M

44.9

~2ms

YOLOv8m

25.9M

50.2

~4ms

YOLOv8l

43.7M

52.9

~6ms

YOLOv8x

68.2M

53.9

~8ms

YOLOv11 Models

Model
Size
mAP
Speed (RTX 3090)

yolo11n

2.6M

39.5

~0.8ms

yolo11s

9.4M

47.0

~1.5ms

yolo11m

20.1M

51.5

~3.2ms

yolo11l

25.3M

53.4

~4.7ms

yolo11x

56.9M

54.7

~6.5ms

YOLOv8 vs YOLOv11 Comparison

Metric
YOLOv8x
yolo11x
Improvement

Parameters

68.2M

56.9M

-17% smaller

mAP50-95 (COCO)

53.9

54.7

+0.8 mAP

Inference (RTX 3090)

~8ms

~6.5ms

+22% faster

FPS (RTX 3090, 640px)

~150

~183

+22% faster

OBB Task

New in v11

Quick Deploy

Docker Image:

Ports:

Command (YOLOv11):

Accessing Your Service

After deployment, find your http_pub URL in My Orders:

  1. Go to My Orders page

  2. Click on your order

  3. Find the http_pub URL (e.g., abc123.clorecloud.net)

Use https://YOUR_HTTP_PUB_URL instead of localhost in examples below.

Installation

Same package for both YOLOv8 and YOLOv11. Upgrade to get YOLOv11:

YOLOv11 Object Detection

Basic Detection with yolo11m

Get Detections

Batch Processing

YOLOv11 Tasks

Instance Segmentation

Pose Estimation

Classification

Oriented Bounding Box (OBB) — NEW in YOLOv11

OBB detects objects at any rotation angle — perfect for aerial/satellite imagery, document scanning, and text detection.

Video Processing

Process Video

Real-Time Webcam

Save Processed Video

Object Tracking

Custom Training

Prepare Dataset

Train YOLOv11

Training Arguments

Export Model

API Server

Performance Optimization

TensorRT Export

Batch Inference

Performance Benchmarks

YOLOv11 FPS (640px input)

Model
GPU
FPS

yolo11n

RTX 3090

~1100

yolo11s

RTX 3090

~730

yolo11m

RTX 3090

~370

yolo11x

RTX 3090

~183

yolo11x

RTX 4090

~305

YOLOv8 FPS (640px input) — Previous Generation

Model
GPU
FPS

YOLOv8n

RTX 3090

~900

YOLOv8s

RTX 3090

~600

YOLOv8m

RTX 3090

~300

YOLOv8x

RTX 3090

~150

YOLOv8x

RTX 4090

~250

Troubleshooting

Out of Memory

Slow Processing

  • Use TensorRT export

  • Use smaller model (yolo11n or yolo11s)

  • Reduce image size

Low Accuracy

  • Use larger model (yolo11x instead of yolo11n)

  • Train on custom data

  • Increase image size

Cost Estimate

Typical CLORE.AI marketplace rates (as of 2025):

GPU
Hourly Rate
Daily Rate
4-Hour Session

RTX 3060

~$0.03

~$0.70

~$0.12

RTX 3090

~$0.06

~$1.50

~$0.25

RTX 4090

~$0.10

~$2.30

~$0.40

A100 40GB

~$0.17

~$4.00

~$0.70

A100 80GB

~$0.25

~$6.00

~$1.00

Prices vary by provider and demand. Check CLORE.AI Marketplacearrow-up-right for current rates.

Save money:

  • Use Spot market for flexible workloads (often 30-50% cheaper)

  • Pay with CLORE tokens

  • Compare prices across different providers

Next Steps

Last updated

Was this helpful?