limaosen0 / AS-GCN

The model architecture of AS-GCN (for human action recognition)
BSD 2-Clause "Simplified" License
290 stars 71 forks source link

TypeError: gendata() got an unexpected keyword argument 'part' #40

Open yanghhx opened 3 years ago

yanghhx commented 3 years ago

when I run a commad "python ntu_gen_preprocess.py xsub train".It appears the problem :Traceback (most recent call last): File "ntu_gen_preprocess.py", line 143, in gendata(arg.data_path, out_path, arg.ignored_sample_path, benchmark=b, part=sn) TypeError: gendata() got an unexpected keyword argument 'part'

Noahhhhhhhhhhh commented 3 years ago

when I run a commad "python ntu_gen_preprocess.py xsub train".It appears the problem :Traceback (most recent call last): File "ntu_gen_preprocess.py", line 143, in gendata(arg.data_path, out_path, arg.ignored_sample_path, benchmark=b, part=sn) TypeError: gendata() got an unexpected keyword argument 'part'

Have you solved the problem

Kevin0yue commented 2 years ago

do you know how to solve this problem?

YHY-10 commented 2 years ago

do you know how to solve this problem? I have solved this problem by replacing "part" with "set_name" By pressing "CTRL + P" on your keyboard , you can see the parameters you need.