Giter VIP home page Giter VIP logo

Comments (5)

bryanyzhu avatar bryanyzhu commented on May 27, 2024 1

Yes, it is. But that is for training and validation. For testing, we evenly sample 25 frames/optical flow fields from the video, average to get the final result.

from two-stream-pytorch.

bryanyzhu avatar bryanyzhu commented on May 27, 2024

Yes, it is.

from two-stream-pytorch.

pinkfloyd06 avatar pinkfloyd06 commented on May 27, 2024

Hi @bryanyzhu ,

Thank you for your answer.

A question related to the inputs :

For both training and testing you have :

  1. 1 single frame per video action extracted at random for the RGB stream
  2. 10-frame stacking of optical flow fields (successive) extracted at random for the RGB stream

Was that your setup ?

Thank you

from two-stream-pytorch.

Benjiou avatar Benjiou commented on May 27, 2024

So , we can't extract features at frame level (for temporal stream). Let's say we have a video of 200 frames. and the temporal stream requires an input of of 10*2 (10=number of frames). It returns representation for a stacked optical flow of 10 frames. Is there any way to do that for1 frame ?

Thank you @bryanyzhu

from two-stream-pytorch.

bryanyzhu avatar bryanyzhu commented on May 27, 2024

@Benjiou You can still do that if you want. For example, when you want feature for frame I_{1}, you just take I_{1:10} to get the temporal feature. and for frame I_{2}, you take I_{2:11} to get the feature.

In this manner, you will get frame-level feature. It's just there is a lot of overlap, and maybe it doesn't give you much benefit over the clip-level feature.

from two-stream-pytorch.

Related Issues (20)

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.