提交 cd340d02 编写于 作者: G gineshidalgo99

Fixed doc typo

上级 c0782abf
...@@ -40,6 +40,7 @@ You might select multiple topics, delete the rest: ...@@ -40,6 +40,7 @@ You might select multiple topics, delete the rest:
**Installation mode**: CMake, sh script, manual Makefile installation, ... (Ubuntu); VS2015, VS2017, CMake, ... (Windows); ...? **Installation mode**: CMake, sh script, manual Makefile installation, ... (Ubuntu); VS2015, VS2017, CMake, ... (Windows); ...?
**CUDA version** (`cat /usr/local/cuda/version.txt` in most cases): **CUDA version** (`cat /usr/local/cuda/version.txt` in most cases):
**cuDNN version**: **cuDNN version**:
**CMake version** (`cmake --version` in Ubuntu):
**Release or Debug mode**? (by defualt: release): **Release or Debug mode**? (by defualt: release):
**3-D Reconstruction module added**? (by default: no): **3-D Reconstruction module added**? (by default: no):
**GPU model** (`nvidia-smi` in Ubuntu): **GPU model** (`nvidia-smi` in Ubuntu):
......
...@@ -3,7 +3,7 @@ OpenPose C++ API - Introduction ...@@ -3,7 +3,7 @@ OpenPose C++ API - Introduction
The C++ API is ideal if you want to e.g. change internal functions and/or extend the OpenPose functionality. In order to learn the basics: The C++ API is ideal if you want to e.g. change internal functions and/or extend the OpenPose functionality. In order to learn the basics:
1. Take a look at the [Demo](../README#demo) and [OpenPose Wrapper](../README#openpose-wrapper) sections from the README. 1. Take a look at the [library Quick Start section](../README#quick-start) from the README.
2. OpenPose Overview: Learn the basics about the library source code in [doc/library_overview.md](./library_overview.md). 2. OpenPose Overview: Learn the basics about the library source code in [doc/library_overview.md](./library_overview.md).
3. Extending Functionality: Learn how to extend the library in [doc/library_extend_functionality.md](./library_extend_functionality.md). 3. Extending Functionality: Learn how to extend the library in [doc/library_extend_functionality.md](./library_extend_functionality.md).
4. Adding An Extra Module: Learn how to add an extra module in [doc/library_add_new_module.md](./library_add_new_module.md). 4. Adding An Extra Module: Learn how to add an extra module in [doc/library_add_new_module.md](./library_add_new_module.md).
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册