Giter VIP home page Giter VIP logo

Comments (4)

kylemin avatar kylemin commented on July 21, 2024

Hi,

They provide links to raw videos (~28GB): link. After downloading all the videos, you can extract the frames (clips) following the annotations.
For example, for the video named P21-R04-ContinentalBreakfast.mp4, you can extract a training clip (line) that spans from frame:17468 to frame:17667.

Thank you,
Kyle

from gaze-attention.

FedericoCaspani avatar FedericoCaspani commented on July 21, 2024

Ok, let me reformulate my question to be more precise.
In the dataset.py file at line 62: rimg = cv2.imread(os.path.join(self.datapath, 'images_rgb', cn, '%04d.jpg' % (start_idx+i)), -1)
The function imread reads a single image in format jpg, not a mp4 file.
The train_split1.txt file refers to a list of clips which are small videos that can be downloaded from the dataset page https://cbs.ic.gatech.edu/fpv/ and are called trimmed action clips.
I still don't understand what are these jpg files. Are these jpg files the single frames that compose the trimmed action clips?

Thank you for your help,
Federico

from gaze-attention.

kylemin avatar kylemin commented on July 21, 2024

Hi Federico,

Our code reads a sequence of images for each clip. Please extract the frames using ffmpeg or cv2.

If you are not familiar with video processing, please refer to this link or this and see how they extract the frames for the video datasets.

Thank you,
Kyle

from gaze-attention.

FedericoCaspani avatar FedericoCaspani commented on July 21, 2024

Thank you that was very helpfull.
Federico

from gaze-attention.

Related Issues (9)

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.