-
Notifications
You must be signed in to change notification settings - Fork 24
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Dataloader Error:_pickle.UnpicklingError: invalid load key, '\x27'. #13
Comments
Hi, you may need to convert the bin file to the npy file. Please refer to MeteorNet for the way to process the dataset. |
thx a lot for your help! running install The above exception was the direct cause of the following exception: Traceback (most recent call last): i didn't change the code and did everything exactly the same as i did the first time.This is confusing me and i don't know what to do. Looking forward to your help! |
Hi, you may need to check the nvidia driver on the server. |
Thanks a lot for your code!
But when i try to run train-msr.py with the dataset MSR-Action3D, i got this error. it seems that there is something wrong loading data,but i have no idea why.
PS:i use the data in the MSR-Action3D/Depth.rar
the output is like below:
Traceback (most recent call last):
File "/home/yuhao/anaconda3/envs/python38/lib/python3.8/site-packages/numpy/lib/npyio.py", line 447, in load
return pickle.load(fid, **pickle_kwargs)
_pickle.UnpicklingError: invalid load key, '\x27'.
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "train-msr.py", line 257, in
main(args)
File "train-msr.py", line 127, in main
dataset = MSRAction3D(
File "/home/yuhao/P4Transformer-main/P4Transformer-main/datasets/msr.py", line 16, in init
video = np.load(os.path.join(root, video_name), allow_pickle=True)['point_clouds']
File "/home/yuhao/anaconda3/envs/python38/lib/python3.8/site-packages/numpy/lib/npyio.py", line 449, in load
raise IOError(
OSError: Failed to interpret file '/home/yuhao/P4Transformer-main/P4Transformer-main/Depth/a08_s04_e03_sdepth.bin' as a pickle
Looking forward to your help!
The text was updated successfully, but these errors were encountered: