windofshadow / THAT

Code for AAAI paper "Two-Stream Convolution Augmented Transformer for Human Activity Recognition"
99 stars 24 forks source link

load_public_data.py got decode error return #4

Open yuanjun opened 1 year ago

yuanjun commented 1 year ago

image

Hi, I‘ve removed all the annotation files as you mentioned, and ran load_data_public.py however, I still got a Unicode Decoder Error information as the screenshot shows

Also, I double checked my Data folder, there is no file name like like '._xxxx.csv'

I was suspect the python version might be the root cause of this issue, but I tried python 3.7.X and python 3.9.X, they all return the same error info as screen shot shows.

Would you mind help me on this issue?

Gkj-guangzhou commented 4 months ago

image 把下载的原始数据集中所有annotation开头的.csv文件删除掉,Python版本Python3.7+pytorch版本1.4.0,然后再试一下,我的可以跑通