File yolo.hpp¶
↰ Parent directory (/home/jenkins/docs/models/models/yolo
)
Contents
Definition (/home/jenkins/docs/models/models/yolo/yolo.hpp
)¶
Detailed Description¶
Kartik Dutt
Definition of Yolo models.
For more information, kindly refer to the following paper.
Paper for YOLOv1.
@article{Redmon2016, author={JosephRedmon,SantoshDivvala,RossGirshick,AliFarhadi}, title={YouOnlyLookOnce:Unified,Real-TimeObjectDetection}, year={2016}, url={https://arxiv.org/pdf/1506.02640.pdf} }
mlpack is free software; you may redistribute it and/or modify it under the terms of the 3-clause BSD license. You should have received a copy of the 3-clause BSD license along with mlpack. If not, see http://www.opensource.org/licenses/BSD-3-Clause for more information.
Includes¶
mlpack/core.hpp
mlpack/methods/ann/ffn.hpp
mlpack/methods/ann/init_rules/random_init.hpp
mlpack/methods/ann/layer/layer.hpp
mlpack/methods/ann/layer/layer_types.hpp
yolo_impl.hpp
(File yolo_impl.hpp)