Hello,
I am trying to run the DNN.py example on the AD-96ToF1-EBZ sensor on the DragonBoard 410c.
When in the aditof_sdk/bindings/python/examples/dnn directory, I am trying to run the following command:
python dnn.py --prototxt \pathTo\MobileNetSSD_deploy.prototxt --weights \pathTo\MobileNetSSD_deploy.caffemodel
I tried to replace the "\pathTo" on both to "\linaro@linaro-alip:~/workspace/github/aditof_sdk/bindings/python/examples" and this gave the error:
"error: please give the correct location of the prototxt and caffemodel"
Can you let me know how to properly specify the path to the prototxt and caffemodel?