Git Product home page Git Product logo

Comments (5)

DavideA avatar DavideA commented on July 21, 2024

Hi,
I'm not sure I understood your concern correctly.

My code concatenates 16 frames to build an input clip for the network. Thus, the C3D network predicts the class given a 16 frames video.

Hope this helps,
D

from c3d-pytorch.

CSer-Tang-hao avatar CSer-Tang-hao commented on July 21, 2024

@DavideA ,I mean, the code now is the input of 16 consecutive frames, and the output is a picture that integrates 16 frames together, and identifies the category.Is there a code can be directly input video, directly output its category

from c3d-pytorch.

DavideA avatar DavideA commented on July 21, 2024

@CSer-Tang-hao
the input is a 16 frames clip, the output is a probability distribution over 487 possible classes.

I'm not sure what you mean by "a picture that integrates 16 frames together, and identifies the category". Can you please point out the lines of code you refer to?

D

from c3d-pytorch.

DavideA avatar DavideA commented on July 21, 2024

Closing.

from c3d-pytorch.

PHDPeter avatar PHDPeter commented on July 21, 2024

I think @CSer-Tang-hao might be getting at how you would deploy this using something like a live camera stream, i.e. taking the first 16 frames (frames 0 to 16) outputting a category (the highest of the probability distribution over 487 possible classes) and then repeat this for the next set of frames (1-17 for example) so that you could have a consistent stream of input and outputs?

I am guessing this is possible but would like to know myself the kind of performance you would expect from running the C3D in this way?

from c3d-pytorch.

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.