$ sudo snap install pycharm-community --classic
之前辛辛苦苦下載安裝,都裝不起來 QQ
* https://askubuntu.com/questions/1025153/install-pycharm-community-on-ubuntu-16-04
* https://medium.com/@singh.shreya8/how-to-install-pycharm-in-ubuntu-16-04-ubuntu-14-04-ubuntu-18-04-linux-easiest-way-5ae19d052693
2020年7月13日 星期一
2020年7月9日 星期四
[RPi] TFLite
辛辛苦苦安裝,最後一行搞定。全新不用安裝其他東西(也不用先裝 OpenCV)
$ pip3 install https://dl.google.com/coral/python/tflite_runtime-2.1.0.post1-cp37-cp37m-linux_armv7l.whl
再配上範例程式就可以測試了
https://github.com/tensorflow/examples/tree/master/lite/examples/image_classification/raspberry_pi
這幾篇參考
* https://qengineering.eu/install-tensorflow-2-lite-on-raspberry-pi-4.html
* https://qengineering.eu/deep-learning-examples-on-raspberry-32-64-os.html
* https://www.tensorflow.org/lite/examples
$ pip3 install https://dl.google.com/coral/python/tflite_runtime-2.1.0.post1-cp37-cp37m-linux_armv7l.whl
再配上範例程式就可以測試了
https://github.com/tensorflow/examples/tree/master/lite/examples/image_classification/raspberry_pi
這幾篇參考
* https://qengineering.eu/install-tensorflow-2-lite-on-raspberry-pi-4.html
* https://qengineering.eu/deep-learning-examples-on-raspberry-32-64-os.html
* https://www.tensorflow.org/lite/examples
訂閱:
文章 (Atom)