Skip to content

Commit 392c107

Browse files
committed
fixing comments
1 parent 274258b commit 392c107

File tree

2 files changed

+9
-1
lines changed
  • demos

2 files changed

+9
-1
lines changed

demos/interactive_face_detection_demo/cpp_gapi/main.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -547,7 +547,7 @@ int main(int argc, char *argv[]) {
547547
const cv::Point THROUGHPUT_METRIC_POSITION{10, 30};
548548
std::unique_ptr<Presenter> presenter;
549549

550-
/** Get information about frame **/
550+
/** Get information about frame **/
551551
std::shared_ptr<ImagesCapture> cap = openImagesCapture(FLAGS_i, FLAGS_loop);
552552
const auto tmp = cap->read();
553553
cap.reset();

demos/noise_suppression_demo/cpp/README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,14 @@ omz_converter --list models.lst
3535
## Running
3636

3737
Running the demo with `-h` shows this help message:
38+
```
39+
[ -h] show this help message and exit
40+
[--help] print help on all arguments"
41+
-m <MODEL FILE> path to an .xml file with a trained model
42+
-i <WAV> path to an input WAV file
43+
[ -d <DEVICE>] specify a device to infer on (the list of available devices is shown below). Default is CPU
44+
[ -o <WAV>] path to an output WAV file. Default is noise_suppression_demo_out.wav
45+
```
3846

3947
For example, to do inference on a CPU, run the following command:
4048

0 commit comments

Comments
 (0)