GithubHelp home page GithubHelp logo

chuhanxx / temporal_query_networks Goto Github PK

View Code? Open in Web Editor NEW
62.0 62.0 6.0 1.45 MB

The implementation of CVPR2021 paper Temporal Query Networks for Fine-grained Video Understanding

Python 99.76% Shell 0.24%

temporal_query_networks's People

Contributors

chuhanxx avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

temporal_query_networks's Issues

How to prepare the datasets?

Hi, thanks for your work!

I feel confused about the dataset preparation, like Diving48 should I extract frames from each mp4?

reproduce acc 73.5%

I trained tqn on Diving48 with 4 v100 gpus and a batchsize of 16, the best acc output by your test code on 1st stage is about 60%, and the final acc on 2nd stage is 73.5%, I guess this acc is per video acc. Then I used my code to compute per class acc, got about 65% on the second stage.
Both results are lower than the reported results(74.5% per class acc, 80+% per video acc).

[Fix] What is the encoding of your annotation files in pickle?

Hi! Just tried out a mwe here

import pickle
with open("annotations/gym99_anno.pkl", "r") as file:
    l = pickle.load(file)
print(l)

However it errors with the default "utf-8" encoding saying that:

Traceback (most recent call last):
  File "scripts/toy.py", line 3, in <module>
    l = pickle.load(file)
  File "/GPFS/rhome/kunhaozheng/miniconda3/envs/tqn/lib/python3.7/codecs.py", line 322, in decode
    (result, consumed) = self._buffer_decode(data, self.errors, final)
UnicodeDecodeError: 'utf-8' codec can't decode byte 0x80 in position 0: invalid start byte

How to prepare the dataset?

Hi, thanks for your work! I noticed that data.md is unavailable, could you mind helping me by updating the page?

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.