tensorflow-yolov4-tflite
tensorflow-yolov4-tflite copied to clipboard
请问如何将得到的tflite模型进行android的部署
我已经得到了yolov4的tflite模型,并且已经配置好了android studio(android虚拟机),我是应该用android studio去打开项目中的android文件夹吗,具体操作麻烦有大神可以指点一下
https://andy6804tw.github.io/2021/09/02/android-tflite-regression-model-deploy/
@mengxiangqiqin Hi, to deploy the model to android platform, you could follow these steps:
- Clone this repo to your local
- Install Android Studio
- Inside the Android Studio, click "file" --> "open", to open this android project. You should open the "android" directory.
- After that, change the model path and label path, set isTiny = true
- Done
If the app crash when you started it, see the Logcat in Android Studio, and figure out the error msg.