We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8c78e4f commit 89e485dCopy full SHA for 89e485d
GETTING_STARTED.md
@@ -27,6 +27,7 @@ This command will run the inference and show visualizations in an OpenCV window.
27
28
* To run __on your webcam__, replace `--input files` with `--webcam`.
29
* To run __on a video__, replace `--input files` with `--video-input video.mp4`.
30
+* To run __on cpu__, add `MODEL.DEVICE cpu` after `--opts`.
31
* To save outputs to a directory (for images) or a file (for webcam or video), use `--output`.
32
33
0 commit comments