fail to check dataset, not generated dataset correctly
See original GitHub issueHi, this is quite confusing. After generating all dataset, the check part show the differernt with your provided samping. Maybe this comes from the downloaded version of AMASS (might not be all from SMPLH+G).
./HumanML3D/motion_representation.ipynb
abs(reference1 - reference1_1).sum()
0.0031513844
abs(reference2 - reference2_1).sum()
0.01839152
./HumanML3D/cal_mean_variance.ipynb
abs(mean-reference1).sum()
0.010486759
abs(std-reference2).sum()
0.0014993595
Issue Analytics
- State:
- Created a year ago
- Reactions:1
- Comments:5 (2 by maintainers)
Top Results From Across the Web
How to test if a DataSet is empty? - Stack Overflow
To check dataset is empty or not You have to check null and tables count. ... This code will show an error like...
Read more >how to check if a dataset is empty? whats the correct c# syntax ...
How to i check to see if a data set is not empty? What is the correct way to check if a dataset...
Read more >Code fails to generate the correct table column
Hi,. You have first group-by part without .reset_index() followed by writing to dataset output. The correct group-by part with ...
Read more >[Solved] Dataset is empty error - CodeProject
But i have found that the dataset is empty. It fetch no data. Therefore the datatable which is suppose to get the data...
Read more >Palmerpenguin dataset not loading correctly with ...
1. Steps taken to install, load and use the 'Palmer penguins' dataset. · 2. I decided to check for the dataset further using...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Hi, this amount of deviation should be in normal range. This error is actually really small.
Thanks @ChenFengYe! Yes, we need to follow the distribution policy of amass dataset. Therefore we can not release the pre-processed data publicly. However, please feel free to contact cguo2@ualberta.ca if you have any questions.