Darknet/YOLO v3.0-177-gfa2353b
Object Detection Framework
 
Loading...
Searching...
No Matches
darknet_keypoints.hpp File Reference

This file defines Darknet::Keypoints and related functions. More...

Include dependency graph for darknet_keypoints.hpp:
This graph shows which files directly or indirectly include this file:

Classes

class  Darknet::Keypoints
 The Keypoints class works with Darknet's V3 API. More...
 

Namespaces

namespace  Darknet
 The namespace for the C++ Darknet API.
 

Typedefs

using Darknet::Skeleton = VInt
 
using Darknet::Skeletons = std::vector< Skeleton >
 

Functions

void Darknet::set_default_keypoints_files (Darknet::Parms &parms)
 Add the default Darknet Keypoints neural network files to the given parms.
 

Detailed Description

This file defines Darknet::Keypoints and related functions.