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 e6e9ed5 commit e9df345Copy full SHA for e9df345
README.md
@@ -178,7 +178,7 @@ all your CPU cores in parallel.
178
If you are using Python 3.4 or newer, pass in a `--cpus <number_of_cpu_cores_to_use>` parameter:
179
180
```bash
181
-$ face_recognition -cpus 4 ./pictures_of_people_i_know/ ./unknown_pictures/
+$ face_recognition --cpus 4 ./pictures_of_people_i_know/ ./unknown_pictures/
182
```
183
184
You can also pass in `--cpus -1` to use all CPU cores in your system.
0 commit comments