Cool, thanks. So there's a few routes you can take from the link I shared, I suspect you used this command that's listed for the one time installation?
sudo curl -fL https://docs.luxonis.com/install_dependencies.sh | bash
The only way I've done it is by cloning the repository and running the code that way:
git clone --recursive https://github.com/luxonis/depthai.git
cd depthai
python3 install_requirements.py
This should get and install all the packages you need, I think it gets them from Luxonis build server too so you won't have to build them yourself.
If you've already cloned the repo but the depthai-calibration folder is empty, try running this command in the depthai
folder
git pull --recurse-submodules
Give these a go and let me know how you get on. Just to clarify too, I don't work for Luxonis, I've just been going through this myself recently and trying to help out. 🙂