Deep-learning-activity-recognition icon indicating copy to clipboard operation
Deep-learning-activity-recognition copied to clipboard

Bug in code.

Open paul-tian opened this issue 3 years ago • 0 comments

Hello, found a bug in code. In 'data_preprocess.py' line 52, I believe the code should be str_folder = data_folder + 'UCI HAR Dataset/' instead of str_folder = 'data_folder' + 'UCI HAR Dataset/'

Link: https://github.com/jindongwang/Deep-learning-activity-recognition/blob/2a6b6ba966b91ae265295fb38b207cb7840f97f7/pytorch/data_preprocess.py#L52

paul-tian avatar Jun 11 '22 05:06 paul-tian