YOLO

Utility

DarknetExtractor

class chainercv.experimental.links.model.yolo.DarknetExtractor[source]

A Darknet based feature extractor for YOLOv2Tiny.

This is a feature extractor for YOLOv2Tiny

forward(x)[source]

Compute a feature map from a batch of images.

Parameters

x (ndarray) – An array holding a batch of images. The images should be resized to \(416\times 416\).

Returns

Return type

Variable