Hi,
My oak-d arrived and I'm having issues getting the demo to run, not a great start!
I'm trying to run on windows-10, I think everything is installed as required.
I've followed the instructions here https://docs.luxonis.com/en/latest/pages/tutorials/windows_install/
I've also tried the instructions here https://docs.luxonis.com/en/latest/pages/api/
Running depthai_demo.py via the Spyder IDE results in :
_No calibration file. Using Calibration Defaults.
Using depthai module from: C:\Users\\AppData\Roaming\Python\Python38\site-packages\depthai.cp38-win_amd64.pyd
Depthai version installed: 0.4.0.0
Depthai version required: 0.4.0.0
Compiling model for 14 shaves, 14 cmx_slices and 1 NN_engines
model_compilation_target: cloud
Traceback (most recent call last):
File "C:\Users\\Documents\GitHub\depthai\depthai_demo.py", line 404, in <module>
dai.startLoop()
File "C:\Users\\Documents\GitHub\depthai\depthai_demo.py", line 45, in startLoop
configMan = DepthConfigManager(args)
File "C:\Users\\Documents\GitHub\depthai\depthai_helpers\config_manager.py", line 26, in __init__
self.generateJsonConfig()
File "C:\Users\\Documents\GitHub\depthai\depthai_helpers\config_manager.py", line 192, in generateJsonConfig
blobMan = BlobManager(self.args, self.calc_dist_to_bb, shave_nr, cmx_slices, NCE_nr)
File "C:\Users\\Documents\GitHub\depthai\depthai_helpers\config_manager.py", line 377, in __init__
self.blob_file = self.compileBlob(self.args['cnn_model'], self.args['model_compilation_target'])
File "C:\Users\\Documents\GitHub\depthai\depthai_helpers\config_manager.py", line 431, in compileBlob
ret = download_and_compile_NN_model(nn_model, model_zoo_folder, shave_nr_opt, cmx_slices_opt, NCE_nr, outblob_file, model_compilation_target)
File "C:\Users\\Documents\GitHub\depthai\model_compiler\model_compiler.py", line 138, in download_and_compile_NN_model
download_location = download_model(model, model_zoo_folder)
File "C:\Users\\Documents\GitHub\depthai\model_compiler\model_compiler.py", line 30, in download_model
raise RuntimeError("Model downloader failed!")
RuntimeError: Model downloader failed!_
Any help would be appreciated!
Thanks