Skip to content

Commit

Permalink
Merge 'origin/main' into develop, update core v2.13.3
Browse files Browse the repository at this point in the history
  • Loading branch information
alex-luxonis committed Dec 1, 2021
2 parents 69d6567 + 439c832 commit 4977ee1
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 10 deletions.
2 changes: 1 addition & 1 deletion depthai-core
Submodule depthai-core updated 1 files
+1 −1 CMakeLists.txt
16 changes: 13 additions & 3 deletions docs/source/_static/install_dependencies.sh
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ readonly ubuntu_pkgs=(
libavcodec-dev
libavformat-dev
libswscale-dev
python-dev
python3-dev
libtbb2
libtbb-dev
libjpeg-dev
Expand All @@ -32,6 +32,18 @@ readonly ubuntu_pkgs=(
libsm6
libxext6
libgl1-mesa-glx
python3-pyqt5
python3-pyqt5.qtquick
qml-module-qtquick-controls2
qml-module-qt-labs-platform
qtdeclarative5-dev
qml-module-qtquick2
qtbase5-dev
qtchooser
qt5-qmake
qtbase5-dev-tools
qml-module-qtquick-layouts
qml-module-qtquick-window2
)

readonly ubuntu_arm_pkgs=(
Expand All @@ -41,8 +53,6 @@ readonly ubuntu_arm_pkgs=(
libhdf5-dev
libatlas-base-dev
libjasper-dev
libqtgui4
libqt4-test
# https://github.com/EdjeElectronics/TensorFlow-Object-Detection-on-the-Raspberry-Pi/issues/18#issuecomment-433953426
libilmbase-dev
libopenexr-dev
Expand Down
4 changes: 2 additions & 2 deletions docs/source/components/nodes/neural_network.rst
Original file line number Diff line number Diff line change
Expand Up @@ -113,9 +113,9 @@ Usage
Examples of functionality
#########################

- `DepplabV3 experiment <https://github.com/luxonis/depthai-experiments/blob/master/gen2-deeplabv3_person/deeplabv3_person_256.py>`__
- `DeeplabV3 experiment <https://github.com/luxonis/depthai-experiments/blob/master/gen2-deeplabv3_person/deeplabv3_person_256.py>`__
- `Age/gender experiment <https://github.com/luxonis/depthai-experiments/blob/master/gen2-age-gender/main.py>`__
- `License plate recognition experiment <https://github.com/luxonis/depthai-experiments/blob/master/gen2-license-plate-recognition/main.py>`__
- `EfficientDet demo <https://github.com/luxonis/depthai-experiments/blob/master/gen2-efficientDet/main.py>`__

Reference
#########
Expand Down
8 changes: 4 additions & 4 deletions docs/source/install.rst
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ macOS

.. code-block:: bash
bash -c "$(curl -fL http://docs.luxonis.com/_static/install_dependencies.sh)"
bash -c "$(curl -fL https://docs.luxonis.com/install_dependencies.sh)"
Close and re-open the terminal window after this command.

Expand All @@ -62,7 +62,7 @@ Ubuntu

.. code-block:: bash
sudo wget -qO- http://docs.luxonis.com/_static/install_dependencies.sh | bash
sudo wget -qO- https://docs.luxonis.com/install_dependencies.sh | bash
Note! If opencv fails with illegal instruction after installing from PyPi, add:
Expand All @@ -78,7 +78,7 @@ Raspberry Pi OS

.. code-block:: bash
sudo curl -fL http://docs.luxonis.com/_static/install_dependencies.sh | bash
sudo curl -fL https://docs.luxonis.com/install_dependencies.sh | bash
Jetson
Expand Down Expand Up @@ -154,7 +154,7 @@ Save and reload the script by running the command :code:`source ~/.bashrc`. Then
.. code-block:: bash
#Download and install the dependency package
sudo wget -qO- http://docs.luxonis.com/_static/install_dependencies.sh | bash
sudo wget -qO- https://docs.luxonis.com/install_dependencies.sh | bash
#Clone github repository
git clone https://github.com/luxonis/depthai-python.git
Expand Down

0 comments on commit 4977ee1

Please sign in to comment.