Class | Description |
---|---|
DetectedObject |
A detected object, by an object detection algorithm.
|
Yolo2OutputLayer |
Output (loss) layer for YOLOv2 object detection model, based on the papers:
YOLO9000: Better, Faster, Stronger - Redmon & Farhadi (2016) - https://arxiv.org/abs/1612.08242
and You Only Look Once: Unified, Real-Time Object Detection - Redmon et al. |
YoloUtils |
Functionality to interpret the network output of Yolo2OutputLayer.
|
Copyright © 2018. All rights reserved.