File tree 1 file changed +2
-2
lines changed 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ Raspberry Pi 3 Model B:
8
8
http://www.pyimagesearch.com/2016/04/18/install-guide-raspberry-pi-3-raspbian-jessie-opencv-3/
9
9
10
10
- Note: You only need the 'face' module from the opencv_contrib repo. You can delete the other
11
- modules in teh modules folder. I find that they usually have some error when trying to install
11
+ modules in the modules folder. I find that they usually have some error when trying to install
12
12
them.
13
13
14
14
Install a couple of dependencies on the RPi:
@@ -25,7 +25,7 @@ pip install -r requirements.txt
25
25
If you did not, you may have to copy some files over from your system python path
26
26
(you can find how to do this on StackOverflow...I will provide a link later)
27
27
28
- In the src/main.py file, change you Django server to the appropriate network ip of
28
+ In the src/main.py file, change your Django server to the appropriate network ip of
29
29
the computer running the Django server (you can find this by running ifconfig on the machine).
30
30
Do this for the user_authentication.py as well.
31
31
Then to register your account (assuming the Django server is running and you have
You can’t perform that action at this time.
0 commit comments