Open miumiuc opened 3 months ago
Change your mp4 video format using the comment 'ffmpeg -i sample.mp4 out.yuv' and do the inference.
Change your mp4 video format using the comment 'ffmpeg -i sample.mp4 out.yuv' and do the inference.
Thanks for your answer here. Another option would be to change the video reading and frame parsing part of the ‘interpolate_yuv’ script to directly read from mp4 format.
How to use our own video for inference, mp4 format instead of yuv format