Giter Club home page Giter Club logo

pgbig's People

Contributors

705062791 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

Watchers

 avatar

pgbig's Issues

The issue on Performance Comparision

Hi
I notice that you claimed in your abstract that this method outperforms previous approaches by large margins. Although Table.1 has shown this superiority, one of the important issues I have to point out is that the real SOTA is Motion Prediction using Trajectory Cues. However, compared with this paper, your method has a noticeable performance drop on both Human3.6M and CMU-MoCap datasets. In this case, it is hard to make readers agree with the performance superiority of your method claimed in the paper.

Question about Ignored_dims

I notice that in line 273~276 of the file "main_cmu_3d.py", p3d_out_4 is treated as follow:

        p3d_out_4 = p3d_h36.clone()[:, in_n:in_n + out_n]

        p3d_out_4[:, :, dim_used] = p3d_out_all_4[:, seq_in:]

        p3d_out_4[:, :, index_to_ignore] = p3d_out_4[:, :, index_to_equal]

        p3d_out_4 = p3d_out_4.reshape([-1, out_n, all_dim//3, 3])

Will this result in some joints being counted multiple times when calculating MPJPE?

Thanks

The training time is too long

作者你好,我尝试复现你的代码,GPU用的3090,但我发现在h3.6m数据集上训练50个epoch需要20多个小时,请问你的情况也是如此吗?我在想是不是我哪里设置错了或者是服务器出现了问题。

What are the frame rates for CMU-mocap and 3dpw dataset?

Hello, do you know what the frame rates for the CMU-mocap and 3dpw datasets after preprocessing are? It seems that the frame rate for 3dpw is not 25 fps, and the frame rate for cmu-mocap is downsampled by 2 but is the original frame rate 50 fps?
Thank you very much.

Structure of the T-DGCN

Hi,
Thanks for sharing your work!
I have some problems with the structure of the T-DGCN as here.
As illustrated in Eq.4 in the paper, the intermediate result Y is left-multiplied by an adjacency matrix $\in \mathbb{R}^{L \times L}$.
While as in the code, it seems you multiply Y with a weight matrix weight_seq.
I wonder if I am right and could you please explain something about it?

Thanks,

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.