Giter Club home page Giter Club logo

Comments (2)

h1manshus1ngh avatar h1manshus1ngh commented on July 3, 2024

Great to find your repo, @antoine77340!

I have 3 questions for you to answer:

1. The shape of my .npy file is (66, 2048), 66 is calculated as the total number of frames in the video divided by the batch size right?

2. The output shape I want is (10, 66, 2048), 10 is 10 crops argumentation, can you tell me how to do it?

3. If I want to change the resnet101 model to the resnet50 model, what components do I need to change in your repo?

Thank you so much!

can you provide me csv file you have genrated

from video_feature_extractor.

antoine77340 avatar antoine77340 commented on July 3, 2024

Very sorry for the late reply:

  1. 66 is the number of feature per video. Since they are extracted at one feature per second, it should mean your video was 66 seconds right?
  2. The is no implementation of crop augmentation here, so just one single center crop.
  3. Do you mean changing the ResNext 101? you can do it here: https://github.com/antoine77340/video_feature_extractor/blob/master/model.py#L25

from video_feature_extractor.

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.