rezazad68 / Dynamic-3D-Action-Recognition-on-RGB-D-Videos

Dynamic 3D Hand Gesture Recognition with Learning Spatio-Temporal Aggregation from Different Representation
MIT License
29 stars 3 forks source link

Images for Readme #1

Closed rezazad68 closed 5 years ago

rezazad68 commented 7 years ago

action_hand

Kerrwy commented 6 years ago

Question about codes in Description_Classification: there is a clearly error in "Eigen_Vector(:,t)=V(:,index(p));" , they do not have same size. And I do not find a full paper from google, so whether your paper had been made public, how can I find it?

rezazad68 commented 6 years ago

Hi, All errors fixed now. Thanks for the feedback.

luyaozhi commented 6 years ago

关于Description_Classification中的代码的问题:“Eigen_Vector(:,t)= V(:,index(p));”中存在明显的错误。,它们没有相同的尺寸。 我没有找到谷歌的完整论文,所以你的论文是否公开,我怎么能找到它?

When I used the MSR Gesture 3D database, there was the same mistake. Did you solve it?

rezazad68 commented 6 years ago

The problem is fixed now. The uploaded dataset in this repository was not complete, but now it is fixed. redownload the code and run it for MSR Action 3D. It should be work for MSR Gesture 3D too.

luyaozhi commented 6 years ago

The problem is fixed now. The uploaded dataset in this repository was not complete, but now it is fixed. redownload the code and run it for MSR Action 3D. It should be work for MSR Gesture 3D too.

Thank you . When I download and run the MSR Action 3D dataset again, it works. But when I download the MSR Gesture 3D dataset, there are errors in data sub_depth_08_13.mat,sub_depth_08_14.mat andsub_depth_08_15.mat(they are 2kb). After deleting these three data, there is still this error in the Description_Classification.

Description_Classification/Find_K_Max_Eigen (line 251) Eigen_Vector(:,t)=V(:,index(p));

Because p is 0 at this time, and the error prompt subscript index must be a positive integer type or logical type.

Can you help me solve it?thank you very much.

preksha12 commented 5 years ago

I am not able to download NTU RGBD code. Can you share actual code?