Fixed Typo

This commit is contained in:
Brandon Rozek 2020-05-03 17:10:55 -04:00 committed by GitHub
parent 37f505e4f9
commit bd69738e1d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -9,7 +9,7 @@ This is made in part by the hard work of many people:
Daniel Llewellyn has the highest polish solution so far, making it easily installable under Linux as a snap package. Daniel Llewellyn has the highest polish solution so far, making it easily installable under Linux as a snap package.
This solution aims for loewr latency through the following ways This solution aims for lower latency through the following ways
- Uses ZeroMQ IPC for communication between the TFJS model and the image processing - Uses ZeroMQ IPC for communication between the TFJS model and the image processing
- Less transformations - Less transformations
- If blurred background is chosen, only the first frame is captured and blurred - If blurred background is chosen, only the first frame is captured and blurred
@ -46,4 +46,4 @@ Finally, load the kernel module
sudo modprobe v4l2loopback sudo modprobe v4l2loopback
``` ```
Then we can start the script with `./start.sh`. Then we can start the script with `./start.sh`.