Skip to content

Commit 251fdec

Browse files
shivenmiangineshidalgo99
authored andcommitted
Typo in part_to_show description (#178)
Typo in part_to_show description
1 parent 23f10ff commit 251fdec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/demo_overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ Please, in order to check all the real time pose demo options and their details,
119119
- `--write_keypoint path/`: Output JSON, XML or YML files with the people pose data on the `path/` folder.
120120
- `--process_real_time`: It might skip frames in order to keep the final output displaying frames on real time.
121121
- `--disable_blending`: If selected, it will only render the pose skeleton or desired heat maps, while blocking the original background. Also related: `part_to_show`, `alpha_pose`, and `alpha_pose`.
122-
- `--part_to_show`: Select the prediction channel to visualize (default: 0). 0 to visualize all the body parts, 1-18 for each body part heat map, 19 for the background heat map, 20 for all the body part heat maps together, 21 for all the PAFs, 22-69 for each body part pair PAF.
122+
- `--part_to_show`: Select the prediction channel to visualize (default: 0). 0 to visualize all the body parts, 1-18 for each body part heat map, 19 for the background heat map, 20 for all the body part heat maps together, 21 for all the PAFs, 22-40 for each body part pair PAF.
123123
- `--no_display`: Display window not opened. Useful if there is no X server and/or to slightly speed up the processing if visual output is not required.
124124
- `--num_gpu 2 --num_gpu_start 1`: Parallelize over this number of GPUs starting by the desired device id. Default `num_gpu` is -1, which will use all the available GPUs.
125125
- `--scale_number 3 --scale_gap 0.15`: Use 3 scales, 1, (1-0.15), (1-0.15*2). Default is one scale. If you want to change the initial scale, you actually want to multiply your desired initial scale by the `net_resolution`.

0 commit comments

Comments
 (0)