flutter_tflite icon indicating copy to clipboard operation
flutter_tflite copied to clipboard

how use PoseNet on video file

Open wasabia opened this issue 5 years ago • 2 comments

need example

wasabia avatar May 25 '20 04:05 wasabia

One option is use ffmpeg to extract image frames from video and run the model on each frame

you can use this to convert video to frame using ffmpeg https://stackoverflow.com/questions/10957412/fastest-way-to-extract-frames-using-ffmpeg https://pub.dev/packages/flutter_ffmpeg

no-1ne avatar Jun 21 '20 14:06 no-1ne

@startupgurukul the example not works if I not use flutter_ffmpeg?

izaiasemjr avatar Mar 11 '21 00:03 izaiasemjr