Package | Description |
---|---|
org.deeplearning4j.nn.conf.layers.objdetect |
Class and Description |
---|
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. (2016) - http://www.cv-foundation.org/openaccess/content_cvpr_2016/papers/Redmon_You_Only_Look_CVPR_2016_paper.pdf This loss function implementation is based on the YOLOv2 version of the paper. |
Yolo2OutputLayer.Builder |
Copyright © 2020. All rights reserved.