We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6375007 commit 10ec29fCopy full SHA for 10ec29f
.ci/scripts/setup-mediatek-deps.sh
@@ -23,6 +23,12 @@ install_neuropilot() {
23
ls -lah "${MEDIATEK_INSTALLATION_DIR}"
24
}
25
26
+install_android() {
27
+ copy ../docker/common/install_android.sh install_android.sh
28
+ ./install_android.sh
29
+ rm install_android.sh
30
+}
31
+
32
setup_neuropilot() {
33
pip3 install -r ${EXECUTORCH_ROOT}/backends/mediatek/requirements.txt
34
pip3 install ${MEDIATEK_INSTALLATION_DIR}/mtk_neuron-8.2.13-py3-none-linux_x86_64.whl
@@ -34,6 +40,7 @@ setup_calibration_data() {
40
tar zxvf /tmp/imagenette2-160.tgz --strip-components=1 --directory "${MEDIATEK_INSTALLATION_DIR}"
35
41
36
42
43
+install_android
37
44
install_neuropilot
38
45
setup_neuropilot
39
46
setup_calibration_data
0 commit comments