GithubHelp home page GithubHelp logo

Comments (4)

escorciav avatar escorciav commented on August 19, 2024

Thanks for your interest in our work.

K is the nunmber of proposals after reasoning about a segment of length T. In DAPs, we slide the model and applied on multiple chunks of length T. If you need more proposals, you can reduce the striding. Effectively, you are still processing the video stream only once.

from deep-action-proposals.

zycironic avatar zycironic commented on August 19, 2024

If I slide the model for n times, there will be n*K anchor segments matching the prior K anchor segments?

from deep-action-proposals.

escorciav avatar escorciav commented on August 19, 2024

I'm sorry for your confusion.

The anchors spanned by the model belongs to the time interval T. If you slide it by delta, the following K predictions will be in the interval [delta, T+delta]. In other word, the anchors are parametrized in terms of T.

Please, take a look at the inference code. It's simple to understand there.

from deep-action-proposals.

TianweiXing avatar TianweiXing commented on August 19, 2024

Hello @escorciav , I 'm curious about how you prepare your training data.
In the network, the structure is pre-defined (the output dimension is always K for giving K proposals). However, during the training, for a audio clip of T, what if the number of activities is less than K? How do you assign the ground truth label?
Thanks a lot. And this work is really interesting.

from deep-action-proposals.

Related Issues (14)

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.