Mohan Ramesh
Mohan Ramesh
+1 @EricGuo5513 Adding to the issue, the example file `012314.npy` in **new_joints**, has an animation of a tennis serve from the left-to-right direction. However, after obtaining this same file from...
Hi @felipe-parodi I fine-tuned 7B llama with KIT and encountered same error. Tried with different regex parsing, but still unable to solve the issue. Did you find a workaround by...
Hi @Yashaswini-Srirangarajan, Noticed a lot of people encountered this issue, including myself. Only fix was to change the 'test' split to 'val' in the config files. Check this for more...
UPDATE: - Fixed this problem by checking all the .npy files for NAN values and other anomalies with respect to their corresponding names in the .txt files (train, val and...
> @zybermonk Thanks for the inputs.. How did you debug for NANs. Looks like all my files in new_joint_vecs and new_joints don't have NANs. I am missing any step from...
> > I hit the same issue and using scipy==1.11.1 solved my problem, although I'm not sure which version is mathematically more correct > > If anyone has any input...
> succeeded to fix it by adding isnan checks in mGPT/metrics/utils.py in all scipy.linalg.norm inputs. if isnan return 0 Add the NAN check to the .npy files instead. Then remove...
Hi @felixchenier Thank you for the detailed explanation. So, I understood the data can be transformed to left-handed system but not the player itself. And I assume the `get_contents()` method...
Thank you @felixchenier for your detailed answers, and considering the left-handed feature for KTK. Looking forward to the new releases. I am understanding the data more in detail now. I...
Thank you @felixchenier. It's been very valuable to understand insights from my own data and as well as KTK. Sure, I shall open a bug report regarding the `set_contents` method...