You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, I'm a university Student. This repo has really helped me understand how to implement GCN for skeleton based action recognition using smaller dataset for my limited resources. After training for UCLA dataset using below command and adding "bone motion in data path in config:
Hi, I'm a university Student. This repo has really helped me understand how to implement GCN for skeleton based action recognition using smaller dataset for my limited resources. After training for UCLA dataset using below command and adding "bone motion in data path in config:
I used the below command for testing but got error that I'm unable to debug:
Kindly please help me understand and resolve the issue. Below is the complete error:
[ ] Load weights from work_dir/ucla/ctrgcn_xxx/runs-54-17172.pt.
[ ] using warm up, epoch: 5
Traceback (most recent call last):
File "main.py", line 576, in
processor = Processor(arg)
File "main.py", line 237, in init
self.load_data()
File "main.py", line 263, in load_data
dataset=Feeder(**self.arg.test_feeder_args),
TypeError: init() got an unexpected keyword argument 'bone'
The text was updated successfully, but these errors were encountered: