GergelySzabolcs
I didn't edit, but a git status shows:
On branch main
Your branch is up to date with 'origin/main'.
Changes not staged for commit:
(use "git add/rm <file>..." to update what will be committed)
(use "git checkout -- <file>..." to discard changes in working directory)
modified: requirements-optional.txt
modified: requirements.txt
deleted: resources/nn/openpose
deleted: resources/nn/openpose2
Untracked files:
(use "git add <file>..." to include in what will be committed)
install_dependencies.sh
No idea how those deletes happened... I'm not normally into randomly editing or deleting files that aren't mine, but I've done stranger things...
Then I did
git reset --hard HEAD
git fetch
git checkout pi_zero_wheel
python3 install_requirements.py
python3 depthai_demo.py -rgbf 5
and demo ran successfully.
(Oh I had to comment out open3d in requirements-optional.txt)
Thanks for the help.