question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

fail to check dataset, not generated dataset correctly

See original GitHub issue

Hi, 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:closed
  • Created a year ago
  • Reactions:1
  • Comments:5 (2 by maintainers)

github_iconTop GitHub Comments

1reaction
EricGuo5513commented, Jul 4, 2022

Hi, this amount of deviation should be in normal range. This error is actually really small.

0reactions
EricGuo5513commented, Dec 14, 2022

I encounter similar problem with @ChenFengYe. Although the difference in Mean and Std is relatively small, it causes a difference in all the metrics, including GT. Is it possible for you to release your pre-proceed data? I believe it is important for the community to align their experiment results with your baseline.

I guess Guo wants to release his pre-proceed data, but the license of AMASS dataset does not allow it.

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.

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found