Skip to content

Commit 4e588ee

Browse files
Update README.md
1 parent bc57819 commit 4e588ee

File tree

1 file changed

+16
-16
lines changed

1 file changed

+16
-16
lines changed

README.md

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -70,22 +70,22 @@ We show an inference time comparison between the 3 available pose estimation lib
7070

7171

7272
## Features
73-
- **Main Functionality**:
74-
- **2D real-time multi-person keypoint detection**:
75-
- 15, 18 or **25-keypoint body/foot keypoint estimation**, including **6 foot keypoints**. **Runtime invariant to number of detected people**.
76-
- **2x21-keypoint hand keypoint estimation**. **Runtime depends on number of detected people**. See [**OpenPose Training**](https://github.com/CMU-Perceptual-Computing-Lab/openpose_train) for a runtime invariant alternative.
77-
- **70-keypoint face keypoint estimation**. **Runtime depends on number of detected people**. See [**OpenPose Training**](https://github.com/CMU-Perceptual-Computing-Lab/openpose_train) for a runtime invariant alternative.
78-
- [**3D real-time single-person keypoint detection**](doc/advanced/3d_reconstruction_module.md):
79-
- 3D triangulation from multiple single views.
80-
- Synchronization of Flir cameras handled.
81-
- Compatible with Flir/Point Grey cameras.
82-
- [**Calibration toolbox**](doc/advanced/calibration_module.md): Estimation of distortion, intrinsic, and extrinsic camera parameters.
83-
- **Single-person tracking** for further speedup or visual smoothing.
84-
- **Input**: Image, video, webcam, Flir/Point Grey, IP camera, and support to add your own custom input source (e.g., depth camera).
85-
- **Output**: Basic image + keypoint display/saving (PNG, JPG, AVI, ...), keypoint saving (JSON, XML, YML, ...), keypoints as array class, and support to add your own custom output code (e.g., some fancy UI).
86-
- **OS**: Ubuntu (20, 18, 16, 14), Windows (10, 8), Mac OSX, Nvidia TX2.
87-
- **Hardware compatibility**: CUDA (Nvidia GPU), OpenCL (AMD GPU), and non-GPU (CPU-only) versions.
88-
- **Usage Alternatives**:
73+
**Main Functionality**:
74+
- **2D real-time multi-person keypoint detection**:
75+
- 15, 18 or **25-keypoint body/foot keypoint estimation**, including **6 foot keypoints**. **Runtime invariant to number of detected people**.
76+
- **2x21-keypoint hand keypoint estimation**. **Runtime depends on number of detected people**. See [**OpenPose Training**](https://github.com/CMU-Perceptual-Computing-Lab/openpose_train) for a runtime invariant alternative.
77+
- **70-keypoint face keypoint estimation**. **Runtime depends on number of detected people**. See [**OpenPose Training**](https://github.com/CMU-Perceptual-Computing-Lab/openpose_train) for a runtime invariant alternative.
78+
- [**3D real-time single-person keypoint detection**](doc/advanced/3d_reconstruction_module.md):
79+
- 3D triangulation from multiple single views.
80+
- Synchronization of Flir cameras handled.
81+
- Compatible with Flir/Point Grey cameras.
82+
- [**Calibration toolbox**](doc/advanced/calibration_module.md): Estimation of distortion, intrinsic, and extrinsic camera parameters.
83+
- **Single-person tracking** for further speedup or visual smoothing.
84+
**Input**: Image, video, webcam, Flir/Point Grey, IP camera, and support to add your own custom input source (e.g., depth camera).
85+
**Output**: Basic image + keypoint display/saving (PNG, JPG, AVI, ...), keypoint saving (JSON, XML, YML, ...), keypoints as array class, and support to add your own custom output code (e.g., some fancy UI).
86+
**OS**: Ubuntu (20, 18, 16, 14), Windows (10, 8), Mac OSX, Nvidia TX2.
87+
**Hardware compatibility**: CUDA (Nvidia GPU), OpenCL (AMD GPU), and non-GPU (CPU-only) versions.
88+
**Usage Alternatives**:
8989
- [**Command-line demo**](doc/01_demo.md) for built-in functionality.
9090
- [**C++ API**](doc/04_cpp_api.md/) and [**Python API**](doc/03_python_api.md) for custom functionality. E.g., adding your custom inputs, pre-processing, post-posprocessing, and output steps.
9191

0 commit comments

Comments
 (0)