flutter_tflite
flutter_tflite copied to clipboard
how use PoseNet on video file
need example
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
@startupgurukul the example not works if I not use flutter_ffmpeg?