Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Also the setup of the docker container may require som tweaking, I You have (or not have) the Google Coral.

Installing Coral support

Ripped from https://coral.ai/docs/accelerator/get-started/#1-install-the-edge-tpu-runtime

Kodeblok
echo "deb https://packages.cloud.google.com/apt coral-edgetpu-stable main" | sudo tee /etc/apt/sources.list.d/coral-edgetpu.list
curl https://packages.cloud.google.com/apt/doc/apt-key.gpg | sudo apt-key add -
sudo apt-get update
sudo apt-get install libedgetpu1-std

...