Giter VIP home page Giter VIP logo

Comments (8)

tzzcl avatar tzzcl commented on May 31, 2024

Hi, I'm not sure I fully understand your questions.

For THUMOS14, the dataset and annotations are deterministic. You may see difffent kinds of annotations, the original annotations are in the csv form. In our repo, to be compatible with ActivityNet, we just turn the csv format into the unified json format, no other changes are maken.

from actionformer_release.

happyharrycn avatar happyharrycn commented on May 31, 2024

To build on Chenlin's answer, we store video features in npz (numpy arrays) and video annotations in json format. Our json file follows the annotation format of ActivityNet-1.3. To adapt our features, you can write a dataloader to parse the json file and load the features, similar to our dataloader in this repo.

from actionformer_release.

happyharrycn avatar happyharrycn commented on May 31, 2024

Let me know if this issue is still open. Otherwise, I will mark it as resolved.

from actionformer_release.

juipengchang avatar juipengchang commented on May 31, 2024

Not yet. Think you for reply!

from actionformer_release.

tzzcl avatar tzzcl commented on May 31, 2024

Can you illustrate more about your questions?

from actionformer_release.

juipengchang avatar juipengchang commented on May 31, 2024

Can you illustrate more about your questions?

I am trying to test many TAL models with my own data set. I have made my data set's label as your THUMOS14 label format and run your model successfully. However, other TAL models(such as CMCS) have other input format and label format(such as this). I don't know how to generate these files of my data set, so I tried to find some methods which can run with your THUMOS14 labels directly. Now I now that you use ActivityNet format, so I am trying to find some methods which can used on ActivityNet.

from actionformer_release.

happyharrycn avatar happyharrycn commented on May 31, 2024

The json file following ActivityNet format simply records the action annotations in the videos. You can write some Python code to convert another format into the json format and vice versa. Or you can re-write the dataloader to allow our code to interface with another format.

from actionformer_release.

happyharrycn avatar happyharrycn commented on May 31, 2024

I am closing this issue as the discussion seems irrelevant to the current repo. Send us an email if an offline discussion is needed.

from actionformer_release.

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.