Closed Keneyr closed 1 month ago
There is a closed issue figured it out. Just find a humanml3d data which has nan and delete it. There were only *007975.npy has nan.
yeah, thank you :). It seems 007975.npy is the reason, but I am still confused, why this file is failed?
train_vq.py
, but got error likearray must not contain infs or NaNs
, the call stack is:eval_t2m.py
diversity_real = calculate_diversity(motion_annotation_np, 300 if nb_sample > 300 else 100)
metrics.py
dist = linalg.norm(activation[first_indices] - activation[second_indices], axis=1)
What should I do? Thank you!