[][src]Crate darknet

Structs

Detection

An instance of detection.

Detections

A collection of detections.

DetectionsIter

The iterator of a collection of detections.

Image

The image type used by darknet.

Layer

A layer of the network.

Layers

A collection layers.

LayersIter

A iterator of a collection of layers.

Network

The network wrapper type for Darknet.

Enums

Activation

Activation types.

BinaryActivation

Binary activation types.

CostType

Cost, or namely, loss types.

Error

The error type for this crate.

IoULoss

IoU loss types.

LayerType

Layer types.

NmsKind

Non-maximum suppression (NMS) types.

WeightsNormalizion

Weights normalizion types.

WeightsType

Weights format types.

YoloPoint

YOLO point types.

Traits

IntoCowImage

The traits converts input type to a copy-on-write image.

Functions

train_detector

Train a detector model.

Type Definitions

BBox

Bounding box in cxcywh format.