1
Fork 0

fix(my fuckery): removed shit that did not need to be in the repo :)

This commit is contained in:
Robin Meersman 2026-05-08 23:51:03 +02:00
parent c6490eb672
commit 6fc4f752a8
4 changed files with 0 additions and 53 deletions

View file

@ -1,17 +0,0 @@
obs = {}
segs = set()
joints = set()
for key, arr in obs.items():
if key in segs:
# padding using mask 1x
pass
elif key in joints:
# padding using mask 2x
pass
else:
# no padding
pass
# reshape according to segs, joints, or global
pass