Skip to content

To solve the problem of too high I/O #127

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?

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions