]> rtime.felk.cvut.cz Git - hercules2020/kcf.git/commitdiff
Optional arguments must not be separated by space
authorMichal Sojka <michal.sojka@cvut.cz>
Tue, 10 Jul 2018 16:53:51 +0000 (18:53 +0200)
committerMichal Sojka <michal.sojka@cvut.cz>
Tue, 10 Jul 2018 16:54:27 +0000 (18:54 +0200)
README.md
main_vot.cpp

index 8db33a9260e6815cc323cdaa6f6eb94141ae5043..e05c9a5ca948a29f4f8729e2ae5fe2883524495d 100644 (file)
--- a/README.md
+++ b/README.md
@@ -110,10 +110,10 @@ By default the program generates file `output.txt` containing the bounding boxes
 
 | Options | Description |
 | ------- | ----------- |
-| --visualize, -v [delay_ms] | Visualize the output, optionally with specified delay. If the delay is 0 the program will wait for a key press. |
+| --visualize, -v[delay_ms] | Visualize the output, optionally with specified delay. If the delay is 0 the program will wait for a key press. |
 | --output, -o <output.txt>     | Specify name of output file. |
 | --debug, -d                           | Generate debug output. |
-| --fit, -f [W[xH]] | Specifies the dimension to which the extracted patch should be scaled. It should be divisible by 4. No dimension is the same as `128x128`, a single dimension `W` will result in patch size of `W`×`W`. |
+| --fit, -f[W[xH]] | Specifies the dimension to which the extracted patch should be scaled. It should be divisible by 4. No dimension is the same as `128x128`, a single dimension `W` will result in patch size of `W`×`W`. |
 
 
 ## Authors
index 9c9e8fa059533c7ae27dccdb47f06767140ce9f0..ccf01beced13dc6751610f4760c74b8f15515394 100644 (file)
@@ -39,10 +39,10 @@ int main(int argc, char *argv[])
                       << argv[0] << " [options] <directory>\n"
                       << argv[0] << " [options] <path/to/region.txt or groundtruth.txt> <path/to/images.txt> [path/to/output.txt]\n"
                       << "Options:\n"
-                      << " --visualize | -v [delay_ms]\n"
+                      << " --visualize | -v[delay_ms]\n"
                       << " --output    | -o <output.txt>\n"
                       << " --debug     | -d\n"
-                      << " --fit       | -f [WxH]\n";
+                      << " --fit       | -f[WxH]\n";
             exit(0);
             break;
         case 'o':