Code Monkey home page Code Monkey logo

stg's Introduction

Grounding YouTube Dataset

What, when, and where? -- Self-Supervised Spatio-Temporal Grounding in Untrimmed Multi-Action Videos from Narrated Instructions arxiv

Download:

Video dataset:

GroundingYouTube dataset that we use in the paper can be found here ~7.1GB

Extracted frames:

The pre-extraced frames from the videos correspond to the annotation can be found here ~2GB

Annotation:

The spatio-temporal annotation is in box

How To Use

How to use GroundingYouTube datasets:

  • Each file is a dictionary with video-ids as keys.
  • For each video, we provide a sequence of actions with their time/bounding_box/step_name annotation.
  • The time number represents the starting seconds where the action occurred in the video. For example, 81 represents the 81 sec of the video.

To note:

  • Our annotation is in 1 FPS. In the following examples, there are two sequences of actions, 'crack eggs' and 'pour egg whiles', where their duration lies between second [81-83] and [86-88]. Example:
<<< GroundingYouTube["-1okAudsnAc"]   
[
    {
            "second": 81,
            "box":
            [
                218,
                110,
                421,
                335
            ],
            "step_name": "crack eggs"
        },
        {
            "second": 82,
            "box":
            [
                223,
                7,
                428,
                215
            ],
            "step_name": "crack eggs"
        },
        {
            "second": 86,
            "box":
            [
                224,
                7,
                432,
                218
            ],
            "step_name": "pour egg whites"
        },
        {
            "second": 87,
            "box":
            [
                246,
                131,
                450,
                335
            ],
            "step_name": "pour egg whites"
        },
]

Acknowledgement

If you're using GroundingYouTube in your research or applications, please cite using this BibTeX:

@InProceedings{Chen_2024_CVPR,
    author    = {Chen, Brian and Shvetsova, Nina and Rouditchenko, Andrew and Kondermann, Daniel and Thomas, Samuel and Chang, Shih-Fu and Feris, Rogerio and Glass, James and Kuehne, Hilde},
    title     = {What When and Where? Self-Supervised Spatio-Temporal Grounding in Untrimmed Multi-Action Videos from Narrated Instructions},
    booktitle = {Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition (CVPR)},
    month     = {June},
    year      = {2024},
    pages     = {18419-18429}
}

Licence:

This repository is under Apache License.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.