-
Notifications
You must be signed in to change notification settings - Fork 32
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Data Generation #5
Comments
Are your input be some, weird skeletons? Or there are two same points in one skeleton? If so, SVD will output error. You may choose skeletons from CMU mocap dataset |
I followed the exact steps in your description . This means the same data you have used when runnign run demo_generateskel.m, an I got cmu_skeletons.mat which has a nan, I do not know why there is a nan in your dataset(which you said is taken from mocap dataset)
|
So you mean that you find a nan in cmu_skeletons.mat? It must be something wrong because a skeleton should be real number rather than nan. Which step lead to nan? demo_generateskel.m? |
yes! demo_generateskel.m |
I am sorry for i = 1:14 are you using data from my data folder or your own data? |
data from your folder |
Tried to run demo_skel2RR.m file after copying the .mat generated in the first step and I got the following error
I printed the values, and found it has a nan, what could be the reason, how to fix it?
The text was updated successfully, but these errors were encountered: