MoPA
MoPA copied to clipboard
KeyError: 'trans'
when I ues my own npz file, it got wrongs as follows, can you tell me why? in run self._target(*self._args, **self._kwargs) File "server.py", line 26, in tcplink data = getData() File "server.py", line 16, in getData temp = np.append(a[key][0]['poses'], a[key][0]['trans']) KeyError: 'trans'
It looks like the key 'trans' is missing from your npz dict.
I just run this to get the npz file, is there anthing I should do?
ah, I found the line 83was '#'