Skip to content

Instantly share code, notes, and snippets.

@Tony607
Created May 4, 2019 07:38
Show Gist options
  • Save Tony607/9176a51139e9d707b4cac03313f2cd5b to your computer and use it in GitHub Desktop.
Save Tony607/9176a51139e9d707b4cac03313f2cd5b to your computer and use it in GitHub Desktop.
How to run Keras model on RK3399Pro | DLology
sudo dnf update -y
sudo dnf install -y cmake gcc gcc-c++ protobuf-devel protobuf-compiler lapack-devel
sudo dnf install -y python3-devel python3-opencv python3-numpy-f2py python3-h5py python3-lmdb
sudo dnf install -y python3-grpcio
sudo pip3 install scipy-1.2.0-cp36-cp36m-linux_aarch64.whl
sudo pip3 install onnx-1.4.1-cp36-cp36m-linux_aarch64.whl
sudo pip3 install tensorflow-1.10.1-cp36-cp36m-linux_aarch64.whl
sudo pip3 install rknn_toolkit-0.9.9-cp36-cp36m-linux_aarch64.whl
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment