tensorflow-yolov4-tflite
tensorflow-yolov4-tflite copied to clipboard
Is there a way to do object detection in videos(.mp4) on Android?
I want to do object detection to .mp4 file that saved in External storage directories.
To do so,I've splited the video into frames.
What kind of code should I write to load the divided frames into the model in order?