From 6900b35d8c2e36ae11b1888b11156d596cfc10a8 Mon Sep 17 00:00:00 2001 From: Naoto Inoue Date: Sun, 7 May 2017 23:20:29 +0900 Subject: [PATCH] Fix doc typo (#16) --- doc/demo_overview.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/demo_overview.md b/doc/demo_overview.md index 9354e440..97d721c0 100644 --- a/doc/demo_overview.md +++ b/doc/demo_overview.md @@ -56,7 +56,7 @@ Please, in order to check all the real time pose demo options and their details, `--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. -`--num_gpu 2 --start_gpu 0`: Parallelize over this number of GPUs starting by the desired device id. Default is 1 and 0, respectively. +`--num_gpu 2 --num_gpu_start 0`: Parallelize over this number of GPUs starting by the desired device id. Default is 1 and 0, respectively. `--num_scales 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`. -- GitLab