RB5 flight drone-voxl version & tensorflow
-
1.I am using a RB5 flight drone. At first, I am trying to run voxl tflite server. However, when I attempted to install the TFlite server, I discovered that the RB5 drone had no VOXL installed. However, according to the documentation, VOXL is preinstalled in the RB5 flight drone! Now, how do I get the Voxl SDK?
2. Another problem is with TensorFlow! I have Python 2.7.17 & 3.6.9 installed. When I tried to install TensorFlow, it showed an error: (Could not find a version that satisfies the requirement hdf5 (from versions: ) No matching distribution found for hdf5). This problem was for TensorFlow 2.5.0 and Python 3.When I tried to install TensorFlow 1.13.1 it shows error like below.
-
See this guide for instructions to upgrade your RB5 to the voxl-sdk: https://docs.modalai.com/Qualcomm-Flight-RB5-voxl-sdk-upgrade-guide/.
This will include TensorFlow Lite v2.8.0.
-
@Matt-Turi Thank you