Skip to content

Commit

Permalink
Update chapters/en/unit7/video-processing/rnn-based-video-models.mdx
Browse files Browse the repository at this point in the history
Co-authored-by: Johannes Kolbe <2843485+johko@users.noreply.github.com>
  • Loading branch information
jungnerd and johko authored Nov 3, 2024
1 parent cef976d commit 457a445
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

## Videos as Sequence Data[[video-as-sequence-data]]

Videos are made up of a series of images called frames that are played one after another to create motion. Each frame captures spatial informationthe objects and scenes in the image. When these frames are shown in sequence, they also provide temporal informationhow things change and move over time.
Videos are made up of a series of images called frames that are played one after another to create motion. Each frame captures spatial informationthe objects and scenes in the image. When these frames are shown in sequence, they also provide temporal informationhow things change and move over time.
Because of this combination of space and time, videos contain more complex information than single images. To analyze videos effectively, we need models that can understand both the spatial and temporal aspects.

## The Role and Need for RNNs in Video Processing[[the-role-and-need-for-rnns-in-video-processing]]
Expand Down

0 comments on commit 457a445

Please sign in to comment.