-
Notifications
You must be signed in to change notification settings - Fork 16
/
Copy pathdependencies.txt
40 lines (29 loc) · 1023 Bytes
/
dependencies.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
#included
https://github.com/nlohmann/json.git
https://github.com/drewnoakes/joystick
https://github.com/zserge/jsmn
https://github.com/serge-rgb/TinyJPEG
https://github.com/fpapleux/mcqueen.git
#must build and install from source or packages
https://github.com/zeromq/libzmq
https://github.com/zeromq/czmq.git
https://github.com/WiringPi/WiringPi.git
#if using raspicam camera
https://github.com/cedricve/raspicam
#when building raspicam, I had to make this hack to get better framerate.
# raspicam/src/private/private_impl.cpp
# change: State.framerate = 10;
# to: State.framerate = 60;
#if planning on using a usb v4l camera
sudo apt-get install libv4l-dev
#or
http://git.linuxtv.org/v4l-utils.git
#Python dependencies
python 2.7+
numpy
keras
tensorflow
pillow ( on pc side only for train.py )
pip install awscli (if panning to use aws ec2 to train)
matplotlib (on pc if you want graphs of train output - no need on the pi)
cherrypy (if you plan on running the webserver on your pi)