pytorch / android-demo-app

PyTorch android examples of usage in applications
1.47k stars 606 forks source link

How to add Model Inference Time to yolov5 demo when using live function? Like the iOS demo? #156

Closed zxsitu closed 2 years ago

zxsitu commented 3 years ago

Dear developer, I watched this repository (for Android) yolov5 application test video and I compared another repository (for iOS) yolov5 application test video. I found that the Android application is missing the provision of " Model Inference Time" for real time detection, could you please add it? If not, could you please tell me how to add it? Thank you. yolov5_Android yolov5_ios