Skip to content
This repository was archived by the owner on Nov 19, 2024. It is now read-only.

Commit fde8151

Browse files
committed
submodules upd
1 parent c67c3fc commit fde8151

5 files changed

Lines changed: 6 additions & 4 deletions

File tree

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -104,6 +104,7 @@ sudo ln -s /usr/bin/python3 /usr/bin/python
104104
```bash
105105
git clone https://github.com/banderlog/opencv-python-inference-engine
106106
cd opencv-python-inference-engine
107+
# git checkout dev
107108
./download_all_stuff.sh
108109
```
109110

dldt

Submodule dldt updated 10007 files

download_all_stuff.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,8 @@ if test $(lsb_release -rs) != 18.04; then
2323
fi
2424

2525
green "RESET GIT SUBMODULES"
26-
# use `git fetch --unshallow && git checkout tags/<tag>` for update
26+
# git checkout dev
27+
# use `git fetch --tags && git checkout tags/<tag>` for update
2728
git submodule update --init --recursive --depth=1 --jobs=4
2829
# restore changes command will differ between GIT versions (e.g., `restore`)
2930
git submodule foreach --recursive git checkout .

ffmpeg

Submodule ffmpeg updated 1963 files

opencv

Submodule opencv updated 434 files

0 commit comments

Comments
 (0)