diff --git a/doxygen.log b/doxygen.log index 214154ed9677a82956aa130bba1e0aa6b631a0dc..22707f85e0ccd201230c3344f2ae55630f3c0dc5 100644 --- a/doxygen.log +++ b/doxygen.log @@ -947,5 +947,5 @@ Generating file index... Generating file member index... Generating example index... finalizing index lists... -lookup cache used 2876/65536 hits=17160 misses=3075 +lookup cache used 2870/65536 hits=17154 misses=3069 finished... diff --git a/html/gpu_2enum_classes_8hpp.html b/html/gpu_2enum_classes_8hpp.html index ab84ec028775c579580bb2d7ade9976ea2658f52..731b82a5794e2f57f9f1127eefa1c47cb8c02aa9 100644 --- a/html/gpu_2enum_classes_8hpp.html +++ b/html/gpu_2enum_classes_8hpp.html @@ -122,7 +122,7 @@ Namespaces Enumerations enum  op::GpuMode : unsigned char { op::GpuMode::CUDA = 0, op::GpuMode::OPEN_CL = 1, -op::GpuMode::CPU_ONLY = 2, +op::GpuMode::NO_GPU = 2, op::GpuMode::Size }   diff --git a/html/gpu_2enum_classes_8hpp.js b/html/gpu_2enum_classes_8hpp.js index 1bbfe5925cdf25f802f4417079ea8f6560a6a90d..b7f74def29d4898d7ac3b2727a1290363f2e1faf 100644 --- a/html/gpu_2enum_classes_8hpp.js +++ b/html/gpu_2enum_classes_8hpp.js @@ -3,7 +3,7 @@ var gpu_2enum_classes_8hpp = [ "GpuMode", "gpu_2enum_classes_8hpp.html#adbb34b5c8f2b6f0c051f831f18582e7f", [ [ "CUDA", "gpu_2enum_classes_8hpp.html#adbb34b5c8f2b6f0c051f831f18582e7faa33b7755e5f9b504d2d038eaca4ff28d", null ], [ "OPEN_CL", "gpu_2enum_classes_8hpp.html#adbb34b5c8f2b6f0c051f831f18582e7fa35acca33baa6f2c4c6fb694eabfa5ac7", null ], - [ "CPU_ONLY", "gpu_2enum_classes_8hpp.html#adbb34b5c8f2b6f0c051f831f18582e7fa9393911bc06bdfb0c3663d541246e15a", null ], + [ "NO_GPU", "gpu_2enum_classes_8hpp.html#adbb34b5c8f2b6f0c051f831f18582e7fac8a73499762434bcaf73e58e35339512", null ], [ "Size", "gpu_2enum_classes_8hpp.html#adbb34b5c8f2b6f0c051f831f18582e7fa6f6cb72d544962fa333e2e34ce64f719", null ] ] ] ]; \ No newline at end of file diff --git a/html/gpu_2enum_classes_8hpp_source.html b/html/gpu_2enum_classes_8hpp_source.html index b08bce66adc2d5d342319d5cfeb799ed1b861fc6..dee1e36c1db03a0e77c08290287ddd1b7ce1ee04 100644 --- a/html/gpu_2enum_classes_8hpp_source.html +++ b/html/gpu_2enum_classes_8hpp_source.html @@ -116,16 +116,16 @@ $(document).ready(function(){initNavTree('gpu_2enum_classes_8hpp_source.html',''
7  {
8  CUDA = 0,
9  OPEN_CL = 1,
-
10  CPU_ONLY = 2,
+
10  NO_GPU = 2,
11  Size,
12  };
13 }
14 
15 #endif // OPENPOSE_GPU_ENUM_CLASSES_HPP
op::GpuMode::Size
+
op::GpuMode::NO_GPU
op::GpuMode::OPEN_CL
op::GpuMode::CUDA
-
op::GpuMode::CPU_ONLY
op::GpuMode
GpuMode
Definition: enumClasses.hpp:6
diff --git a/html/index.html b/html/index.html index c5df5d22c23f23f126e5f79d698123294eda872e..f3b0d04755a2d3d6c85e651ef28db4621f53fdf9 100644 --- a/html/index.html +++ b/html/index.html @@ -108,7 +108,7 @@ $(document).ready(function(){initNavTree('index.html','');}); ![Build Status](https://travis-ci.org/CMU-Perceptual-Computing-Lab/openpose.svg?branch=master) -

OpenPose represents the first real-time multi-person system to jointly detect human body, hand, and facial keypoints (in total 130 keypoints) on single images.

+

OpenPose represents the first real-time multi-person system to jointly detect human body, hand, and facial keypoints (in total 130 keypoints) on single images.

<img src="doc/media/pose_face_hands.gif", width="480">

Functionality: