robmarkcole / coral-pi-rest-server

Perform inferencing of tensorflow-lite models on an RPi with acceleration from Coral USB stick
https://coral.ai/products/accelerator
MIT License
67 stars 20 forks source link

issue with the docker #27

Closed lele344 closed 4 years ago

lele344 commented 4 years ago

Hi robmarcole, I tried to use your docker, but when I start it I receive the following errors:

Traceback (most recent call last): File "coral-app.py", line 84, in engine = DetectionEngine(MODEL_FILE) File "/usr/local/lib/python3.6/site-packages/edgetpu/detection/engine.py", line 72, in init super().init(model_path) File "/usr/local/lib/python3.6/site-packages/edgetpu/basic/basic_engine.py", line 40, in init self._engine = BasicEnginePythonWrapper.CreateFromFile(model_path) RuntimeError: Could not open '/home/robin/edgetpu/all_models/mobilenet_ssd_v2_coco_quant_postprocess_edgetpu.tflite'.

please could you help me to understand how can I fix this issue on my debian? Thank you

robmarkcole commented 4 years ago

We need to address https://github.com/robmarkcole/coral-pi-rest-server/issues/1