kenziyuliu / MS-G3D

[CVPR 2020 Oral] PyTorch implementation of "Disentangling and Unifying Graph Convolutions for Skeleton-Based Action Recognition"
https://arxiv.org/abs/2003.14111
MIT License
430 stars 96 forks source link

Error in generating data #57

Open whisper0411 opened 1 year ago

whisper0411 commented 1 year ago

When I tried to generate data of NTU RGB+D 60 by ntu_gendata.py,I've got some errors as below. Can you kindly tell me how to fix it?

image
kenziyuliu commented 1 year ago

Hi @whisper0411, thanks for your interest! It's been a while and I don't recall seeing this error. This looks like a simple decoding issue; maybe try re-downloading/processing the dataset, or playing around with the open(file, 'r') call using different codecs?