BBC

Results 49 comments of BBC

> @jinfagang yes, structure is not changed at all, and parameter count is the same, it's just that some of the weights are 0 instead of near zero as they...

I understand that ```overview_of_published_data.txt``` provides the description: ``` Each subject contains a pickle file per motion type. For an overview of the motion types please refer to Table 6 of...

Got it. Thanks for your answer!

I visualized the ```DIP IMU``` all ten subjects in https://youtu.be/QSg0yGQNrM0 The train/test split follows https://github.com/Xinyu-Yi/TransPose/blob/main/preprocess.py where s_01 to s_08 are used for training while s_09 and s_10 and used for...

@minuenergy Thanks for notifying of this issue. @giddyyupp as far as I remembered, yes, I re-sampled this 25k images but it was two years ago.

They seem to correspond to ``` # 7 lelbow, # 8 relbow, # 9 lhip, # 10 rhip, # 0 head, # 2 belly, ``` but the paper suggests left...

```0.17.15``` works from my side. ``` pip install polars==0.17.15 ```

@YOUNG729 I created a ```vis_pose.py``` in https://github.com/ZuoCX1996/Loose-Inertial-Poser/blob/main/vis_pose.py Here are some examples: https://github.com/ZuoCX1996/Loose-Inertial-Poser/issues/8