GithubHelp home page GithubHelp logo

Comments (2)

junmin98 avatar junmin98 commented on August 20, 2024 1

thank you!

from coclr.

TengdaHan avatar TengdaHan commented on August 20, 2024

Sorry, it was my fault. I will update this part of the code later.

for UCF101, this video_source.json is a dictionary of source_name: source_id, like:

{"v_ApplyEyeMakeup_g01": 0, 
"v_ApplyEyeMakeup_g02": 1, 
"v_ApplyEyeMakeup_g03": 2,
...
"v_YoYo_g25": 2524}

The order doesn't matter, as long as you save it in json, and always use the same json file.

The purpose is to handle the "sibling videos" in UCF101 (and HMDB51) dataset, where the given 13K video clips are actually cropped from only 2.5K source videos. For InfoNCE (instance-discrimination like loss), isolating the 'sibling videos' makes more sense.

This process is not necessary, it's just for my ablation study in experiments. Also not necessary of Kinetics as each video is from a unique source.

You can create such a json file to continue. Or you can directly load the frames like https://github.com/TengdaHan/DPC/blob/master/dpc/dataset_3d.py, there is no difference.

from coclr.

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.