Detecting interesting parts of video with ML Kit

163 Views Asked by At

Is there a way to detect interesting things in the video with the ML Kit or any other SDK on mobile? I would like to pick the video and get the start and stop durations for interesting parts.

2

There are 2 best solutions below

0
On

It depends on how to define "interesting". Here is a list of thoughts:

You could use image labeling to find the interested labels in the images or face detection to indicate when a face appears in the frames or disappear from the frames. Or you could use pose detection to see a strange pose appears or more.

1
On

You can easily use the Fast-Video-Frame-Extraction to extract all the frames in video with high speed then apply MLKit on all frames.