Zifan

Results 6 issues of Zifan

I ran a more thorough check on the data and found some further missing/invalid fields. Code: ``` data = [] for datum in dataset["train"]: # for datum in itertools.islice(dataset["train"], 0,...

I have found this strange bug: when the x, y, z, and confidence are all 0s for a point in a pose (everything should be masked), but the current implementation...

Recently more and more work use 3D pose instead of 2D: https://github.com/caizhongang/SMPLer-X