.. _file__home_jenkins_docs_models_models_yolo_yolo.hpp: File yolo.hpp ============= |exhale_lsh| :ref:`Parent directory ` (``/home/jenkins/docs/models/models/yolo``) .. |exhale_lsh| unicode:: U+021B0 .. UPWARDS ARROW WITH TIP LEFTWARDS .. contents:: Contents :local: :backlinks: none Definition (``/home/jenkins/docs/models/models/yolo/yolo.hpp``) --------------------------------------------------------------- .. toctree:: :maxdepth: 1 program_listing_file__home_jenkins_docs_models_models_yolo_yolo.hpp.rst 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`` (:ref:`file__home_jenkins_docs_models_models_yolo_yolo_impl.hpp`) Included By ----------- - :ref:`file__home_jenkins_docs_models_models_yolo_yolo_impl.hpp` Namespaces ---------- - :ref:`namespace_mlpack` - :ref:`namespace_mlpack__models` Classes ------- - :ref:`exhale_class_classmlpack_1_1models_1_1YOLO`