mirror of
https://github.com/gosticks/openpose.git
synced 2026-08-16 14:20:26 +00:00
Fix typos in comments in examples folder (#104)
This commit is contained in:
@@ -7,7 +7,7 @@
|
||||
// 1. `core` module: for the Datum struct that the `thread` module sends between the queues
|
||||
// 2. `utilities` module: for the error & logging functions, i.e. op::error & op::log respectively
|
||||
|
||||
// 3rdpary depencencies
|
||||
// 3rdparty dependencies
|
||||
#include <gflags/gflags.h> // DEFINE_bool, DEFINE_int32, DEFINE_int64, DEFINE_uint64, DEFINE_double, DEFINE_string
|
||||
#include <glog/logging.h> // google::InitGoogleLogging
|
||||
// OpenPose dependencies
|
||||
|
||||
@@ -8,7 +8,7 @@
|
||||
// 1. `core` module: for the Datum struct that the `thread` module sends between the queues
|
||||
// 2. `utilities` module: for the error & logging functions, i.e. op::error & op::log respectively
|
||||
|
||||
// 3rdpary depencencies
|
||||
// 3rdparty dependencies
|
||||
#include <gflags/gflags.h> // DEFINE_bool, DEFINE_int32, DEFINE_int64, DEFINE_uint64, DEFINE_double, DEFINE_string
|
||||
#include <glog/logging.h> // google::InitGoogleLogging
|
||||
// OpenPose dependencies
|
||||
|
||||
@@ -8,7 +8,7 @@
|
||||
// 1. `core` module: for the Datum struct that the `thread` module sends between the queues
|
||||
// 2. `utilities` module: for the error & logging functions, i.e. op::error & op::log respectively
|
||||
|
||||
// 3rdpary depencencies
|
||||
// 3rdparty dependencies
|
||||
#include <gflags/gflags.h> // DEFINE_bool, DEFINE_int32, DEFINE_int64, DEFINE_uint64, DEFINE_double, DEFINE_string
|
||||
#include <glog/logging.h> // google::InitGoogleLogging
|
||||
// OpenPose dependencies
|
||||
|
||||
@@ -8,7 +8,7 @@
|
||||
// 1. `core` module: for the Datum struct that the `thread` module sends between the queues
|
||||
// 2. `utilities` module: for the error & logging functions, i.e. op::error & op::log respectively
|
||||
|
||||
// 3rdpary depencencies
|
||||
// 3rdparty dependencies
|
||||
#include <gflags/gflags.h> // DEFINE_bool, DEFINE_int32, DEFINE_int64, DEFINE_uint64, DEFINE_double, DEFINE_string
|
||||
#include <glog/logging.h> // google::InitGoogleLogging
|
||||
// OpenPose dependencies
|
||||
|
||||
Reference in New Issue
Block a user