ZomboFunk 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?
jakaskerl Hi ZomboFunk All the models should be inside /examples/models directory. What depthai-python repo version are you running? Thanks, Jaka
ZomboFunk 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.
jakaskerl Hi ZomboFunk, Running the above script with default args will look for a person-detection model inside the examples/models/ folder where it does (i checked) exist. Are you sure you are running the latest version? Thanks, Jaka
erik You need to execute examples/install_requirements.py inside depthai-python repo, which will both install depthai and download required models/content.