hunglc007 / tensorflow-yolov4-tflite

YOLOv4, YOLOv4-tiny, YOLOv3, YOLOv3-tiny Implemented in Tensorflow 2.0, Android. Convert YOLO v4 .weights tensorflow, tensorrt and tflite
https://github.com/hunglc007/tensorflow-yolov4-tflite
MIT License
2.23k stars 1.24k forks source link

Is there a way to do object detection in videos(.mp4) on Android? #464

Open yasuharuokazaki opened 1 year ago

yasuharuokazaki commented 1 year ago

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?