fix(my fuckery): removed shit that did not need to be in the repo :)
This commit is contained in:
parent
c6490eb672
commit
6fc4f752a8
4 changed files with 0 additions and 53 deletions
|
|
@ -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
|
||||
Reference in a new issue