goodrobots / maverick

UAV Autonomous Systems Management
https://goodrobots.github.io/maverick/
MIT License
171 stars 61 forks source link

Upgrade tensorflow to 2.0, add tensorflowlite? #841

Closed fnoop closed 4 years ago

fnoop commented 5 years ago

https://www.tensorflow.org/install/source_rpi

fnoop commented 5 years ago

https://www.tensorflow.org/install/pip Tensorflow supports raspberry binary installs now - the source install takes a loooong time (best part of a day). So use the latest supported binary for now.

Still need to look at tensorflowlite which runs much faster on raspberry, also nvidia tegra tx1/tx2/nano support.

fnoop commented 5 years ago

Some hints for building on raspberry: https://qiita.com/PINTO/items/abcbb98ae32d8a1262bc https://github.com/tensorflow/tensorflow/issues/21574#issue-350017922

fnoop commented 5 years ago

Ooh, prebuilt 37 wheels: https://github.com/PINTO0309/Tensorflow-bin

fnoop commented 4 years ago

2.0 has been out for a while now, good time to set the default probably. 1.x still available as an option.