Hello. I've a few Luxonis cameras. Right now I'm trying to use some of the examples here (https://docs.luxonis.com/projects/api/en/latest/samples/) on an Oak-D Pro. So far none of the models required exist in the repo. I found some comments here about that being an issue in 2021. Have they not been added yet?
No Models Present in Python Examples Repository.
This one specifically.
https://docs.luxonis.com/projects/api/en/latest/samples/ObjectTracker/object_tracker_video/
I think it's because it's not using blobconverter like many of the others, and it's just not pulling that blob in.
You need to execute examples/install_requirements.py
inside depthai-python repo, which will both install depthai and download required models/content.
You're both right. Thanks for the quick responses!