Table of Contents

Enum DetectionArchitecture

Namespace
AiDotNet.Models.Options
Assembly
AiDotNet.dll

Detection model architectures.

public enum DetectionArchitecture

Fields

CascadeRCNN = 8

Cascade R-CNN - Multi-stage R-CNN with progressive refinement.

DETR = 4

DETR - DEtection TRansformer, end-to-end object detection.

DINO = 5

DINO - DETR with Improved deNoising anchor boxes.

FasterRCNN = 7

Faster R-CNN - Two-stage detector with region proposals.

RTDETR = 6

RT-DETR - Real-Time DETR for efficient transformer detection.

YOLOv10 = 2

YOLOv10 - End-to-end real-time detection with NMS-free training.

YOLOv11 = 3

YOLOv11 - Latest YOLO with enhanced feature extraction.

YOLOv8 = 0

YOLOv8 - Fast and accurate single-stage detector.

YOLOv9 = 1

YOLOv9 - Improved YOLOv8 with programmable gradient information.