Mathis Petrovich

Results 3 issues of Mathis Petrovich

Hello, In ``data.py``line 381, you define ``rifke_dict`` which seems to give correspondances between "part of the body" and indices. Line 164-166, you are using some of the indexes, to extract...

Hello, In ``src/eval_APE.py`` line 249, you define the trajectory loss in this way: ```python trajectory_loss_ += math.sqrt(mse_loss(y_cap[:, 0], y[:, 0])) ``` As far as I understand, the dimensions of ``y``...

Hello, First of all, thanks for releasing your work/code. I might found an issue in the code, tell me what you think. In ``data/data.py``line 327, you define ``rifke_dict`` which seems...