Structs§
- Detection
- An instance of detection.
- Detections
- A collection of detections.
- Detections
Iter - The iterator of a collection of detections.
- Image
- The image type used by darknet.
- Layer
- A layer of the network.
- Layers
- A collection layers.
- Layers
Iter - A iterator of a collection of layers.
- Network
- The network wrapper type for Darknet.
Enums§
- Activation
- Activation types.
- Binary
Activation - Binary activation types.
- Cost
Type - Cost, or namely, loss types.
- Error
- The error type for this crate.
- IoULoss
- IoU loss types.
- Layer
Type - Layer types.
- NmsKind
- Non-maximum suppression (NMS) types.
- Weights
Normalizion - Weights normalization types.
- Weights
Type - Weights format types.
- Yolo
Point - YOLO point types.
Traits§
- Into
CowImage - The traits converts input type to a copy-on-write image.
Functions§
- train_
detector - Train a detector model.
Type Aliases§
- BBox
- Bounding box in cxcywh format.