File darknet.hpp¶
↰ Parent directory (/home/jenkins/docs/models/models/darknet
)
Contents
Definition (/home/jenkins/docs/models/models/darknet/darknet.hpp
)¶
Detailed Description¶
Kartik Dutt
Definition of DarkNet models.
For more information, kindly refer to the following paper.
Paper for DarkNet-19.
@article{Redmon2016, author={JosephRedmon,AliFarhadi}, title={YOLO9000:Better,Faster,Stronger}, year={2016}, url={https://pjreddie.com/media/files/papers/YOLO9000.pdf} }
Paper for DarkNet-53.
@article{Redmon2016, author={JosephRedmon,AliFarhadi}, title={YOLOv3:AnIncrementalImprovement}, year={2019}, url={https://pjreddie.com/media/files/papers/YOLOv3.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¶
darknet_impl.hpp
(File darknet_impl.hpp)mlpack/core.hpp
mlpack/methods/ann/ffn.hpp
mlpack/methods/ann/init_rules/glorot_init.hpp
mlpack/methods/ann/init_rules/he_init.hpp
mlpack/methods/ann/init_rules/random_init.hpp
mlpack/methods/ann/layer/layer.hpp
mlpack/methods/ann/layer/layer_types.hpp
mlpack/methods/ann/loss_functions/binary_cross_entropy_loss.hpp