File tree 4 files changed +20
-10
lines changed
4 files changed +20
-10
lines changed Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ readonly ubuntu_pkgs=(
20
20
libavcodec-dev
21
21
libavformat-dev
22
22
libswscale-dev
23
- python -dev
23
+ python3 -dev
24
24
libtbb2
25
25
libtbb-dev
26
26
libjpeg-dev
@@ -32,6 +32,18 @@ readonly ubuntu_pkgs=(
32
32
libsm6
33
33
libxext6
34
34
libgl1-mesa-glx
35
+ python3-pyqt5
36
+ python3-pyqt5.qtquick
37
+ qml-module-qtquick-controls2
38
+ qml-module-qt-labs-platform
39
+ qtdeclarative5-dev
40
+ qml-module-qtquick2
41
+ qtbase5-dev
42
+ qtchooser
43
+ qt5-qmake
44
+ qtbase5-dev-tools
45
+ qml-module-qtquick-layouts
46
+ qml-module-qtquick-window2
35
47
)
36
48
37
49
readonly ubuntu_arm_pkgs=(
@@ -41,8 +53,6 @@ readonly ubuntu_arm_pkgs=(
41
53
libhdf5-dev
42
54
libatlas-base-dev
43
55
libjasper-dev
44
- libqtgui4
45
- libqt4-test
46
56
# https://github.com/EdjeElectronics/TensorFlow-Object-Detection-on-the-Raspberry-Pi/issues/18#issuecomment-433953426
47
57
libilmbase-dev
48
58
libopenexr-dev
Original file line number Diff line number Diff line change @@ -113,9 +113,9 @@ Usage
113
113
Examples of functionality
114
114
#########################
115
115
116
- - `DepplabV3 experiment <https://github.com/luxonis/depthai-experiments/blob/master/gen2-deeplabv3_person/deeplabv3_person_256.py >`__
116
+ - `DeeplabV3 experiment <https://github.com/luxonis/depthai-experiments/blob/master/gen2-deeplabv3_person/deeplabv3_person_256.py >`__
117
117
- `Age/gender experiment <https://github.com/luxonis/depthai-experiments/blob/master/gen2-age-gender/main.py >`__
118
- - `License plate recognition experiment <https://github.com/luxonis/depthai-experiments/blob/master/gen2-license-plate-recognition /main.py >`__
118
+ - `EfficientDet demo <https://github.com/luxonis/depthai-experiments/blob/master/gen2-efficientDet /main.py >`__
119
119
120
120
Reference
121
121
#########
Original file line number Diff line number Diff line change 42
42
43
43
.. code-block :: bash
44
44
45
- bash -c " $( curl -fL http ://docs.luxonis.com/_static /install_dependencies.sh) "
45
+ bash -c " $( curl -fL https ://docs.luxonis.com/install_dependencies.sh) "
46
46
47
47
Close and re-open the terminal window after this command.
48
48
62
62
63
63
.. code-block :: bash
64
64
65
- sudo wget -qO- http ://docs.luxonis.com/_static /install_dependencies.sh | bash
65
+ sudo wget -qO- https ://docs.luxonis.com/install_dependencies.sh | bash
66
66
67
67
68
68
Note! If opencv fails with illegal instruction after installing from PyPi, add:
@@ -78,7 +78,7 @@ Raspberry Pi OS
78
78
79
79
.. code-block :: bash
80
80
81
- sudo curl -fL http ://docs.luxonis.com/_static /install_dependencies.sh | bash
81
+ sudo curl -fL https ://docs.luxonis.com/install_dependencies.sh | bash
82
82
83
83
84
84
Jetson
@@ -154,7 +154,7 @@ Save and reload the script by running the command :code:`source ~/.bashrc`. Then
154
154
.. code-block :: bash
155
155
156
156
# Download and install the dependency package
157
- sudo wget -qO- http ://docs.luxonis.com/_static /install_dependencies.sh | bash
157
+ sudo wget -qO- https ://docs.luxonis.com/install_dependencies.sh | bash
158
158
159
159
# Clone github repository
160
160
git clone https://github.com/luxonis/depthai-python.git
You can’t perform that action at this time.
0 commit comments