File tree Expand file tree Collapse file tree 2 files changed +9
-1
lines changed
interactive_face_detection_demo/cpp_gapi
noise_suppression_demo/cpp Expand file tree Collapse file tree 2 files changed +9
-1
lines changed Original file line number Diff line number Diff line change @@ -547,7 +547,7 @@ int main(int argc, char *argv[]) {
547
547
const cv::Point THROUGHPUT_METRIC_POSITION{10 , 30 };
548
548
std::unique_ptr<Presenter> presenter;
549
549
550
- /* * Get information about frame **/
550
+ /* * Get information about frame **/
551
551
std::shared_ptr<ImagesCapture> cap = openImagesCapture (FLAGS_i, FLAGS_loop);
552
552
const auto tmp = cap->read ();
553
553
cap.reset ();
Original file line number Diff line number Diff line change @@ -35,6 +35,14 @@ omz_converter --list models.lst
35
35
## Running
36
36
37
37
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
+ ```
38
46
39
47
For example, to do inference on a CPU, run the following command:
40
48
You can’t perform that action at this time.
0 commit comments