EdjeElectronics / TensorFlow-Lite-Object-Detection-on-Android-and-Raspberry-Pi

A tutorial showing how to train, convert, and run TensorFlow Lite object detection models on Android devices, the Raspberry Pi, and more!
Apache License 2.0
1.5k stars 684 forks source link

Updated "version=$(python" to "python3" #54

Closed jintolonappan closed 2 years ago

jintolonappan commented 4 years ago

Updated "version=$(python" to "python3" as python would currently return 2.7 and none of the "if" condition would get satisfied for TFLite installation. Also added several '"echo" commands in order to show progress to user.