Skip to content

yashwanth-alapati/Youtube-8M-Video-Understanding

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Scene Understanding with YouTube 8M Dataset

Overview

The YouTube 8M dataset, released in June 2019, provides segment-level annotations with human-verified labels on approximately 237,000 segments across 1,000 classes. This dataset was derived from the validation set of the YouTube-8M dataset.

Thumbnails

Dataset Statistics

  • Frame Level Data Size: 1.71 TB
  • Number of Shards: 3,844

Data Schema

The data is organized with the following schema:

  • "video-id": Unique identifier for each video.
  • "labels": A list of labels associated with that video.

Each frame in the dataset includes the following features:

  • "rgb": Float array of length 1,024.
  • "audio": Float array of length 128.

Implementation Details

We have provided images to illustrate the architecture and visual aspects of our implementation.

Architecture Overview

Architecture

The diagram illustrates the architecture of our implementation, showcasing the flow and components used to process and analyze the YouTube 8M dataset.

Context-Gated DBoF Model

Contex Gated DBoF Model

Visualising the results

We use ipywidgets to have real-time playback of our predictions

Prediction Visualisation1 Prediction Visualisation2

References

  1. Dataset: YouTube 8M Dataset
  2. YouTube-8M: A Large-Scale Video Classification Benchmark: Paper
  3. Learnable pooling with Context Gating for video classification: Antoine Miech, Ivan Laptev, and Josef Sivic. Paper
  4. Context-gated dbof models for YouTube-8M: Paul Natsev. 2018. PDF
  5. LinkedIn spark-tfrecord: GitHub Repository
  6. Kafka in Action: Building a Distributed Multi-Video Processing Pipeline with Python and Confluent: Article

About

Scene Understanding on Youtube Streaming Videos

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Jupyter Notebook 99.1%
  • Python 0.9%