This application uses a specific neural network that follows the MSCOCO-style keypoints to show "skeletons" over people detected in images. More...
Functions | |
int | main (int argc, char *argv[]) |
This application uses a specific neural network that follows the MSCOCO-style keypoints to show "skeletons" over people detected in images.
You must have the Darknet/YOLO Keypoints 18-class neural network for this to work. (See the Darknet/YOLO readme for links to download the network config and weights.)
The 18 classes are:
Call it like this:
darknet_09_keypoints_images people_*.jpg
If you have a specific network you want to load, call it like this:
darknet_09_keypoints_images mynetwork.cfg mynetwork.weights people_*.jpg
int main | ( | int | argc, |
char * | argv[] | ||
) |