-
Notifications
You must be signed in to change notification settings - Fork 104
Open
Description
In my experimental verification, I/O overhead accounts for approximately 70-80% of the total time. Given this significant I/O overhead, I've considered using FFmpeg to decode the stream into a raw YUV420 byte stream and pipe it into a Python script to reduce I/O overhead. However, this would cause memory overflows due to the mismatch between the model speed and FFmpeg parsing speed.
I'd like to apply this model to real-world scenarios. Could you offer some new insights into addressing I/O issues?
Metadata
Metadata
Assignees
Labels
No labels