Releases: Namburger/restor
Releases · Namburger/restor
Release with edgetpu runtime version 13
use x86_64.tar.gz if you are running restor on your x86_64 host machine and aarch64.tar.gz if you are running restor on the dev board or any arm64 system.
Example usage:
$ tar -xvf x86_64.tar.gz
$ cd x86_64
$ ./restor --config_path config/restor.yaml
Disclaimer: this entire project have not been battle tested in prod LOL
Packaged with Edgetpu Runtime version 12
use host.tar.gz if you are running restor on your x86_64 host machine and devboard.tar.gz if you are running restor on the dev board.
Make sure to set LD_LIBRARY_PATH
to the correct libedgetpu.so that came with the package.
Example usage:
$ tar -xvf host.tar.gz
$ cd host
$ LD_LIBRARY_PATH=$(pwd)/libedgetpu ./restor --config_path config/restor.yaml
Disclaimer: this entire project have not been battle tested in prod LOL