AS-GCN icon indicating copy to clipboard operation
AS-GCN copied to clipboard

The model architecture of AS-GCN (for human action recognition)

Results 40 AS-GCN issues
Sort by recently updated
recently updated
newest added

![image](https://user-images.githubusercontent.com/44044170/68771473-0a25cd80-0663-11ea-815c-45e61581fc8c.png)

![image](https://user-images.githubusercontent.com/44044170/68832841-f2932700-06ec-11ea-8a35-631ac6ca72d6.png)

I have finished the torchlight installed ,but it remains the import error: Processing dependencies for torchlight==1.0 Finished processing dependencies for torchlight==1.0 ImportError: cannot import name 'import_class' from 'torchlight'

hello, i have question about as-gcn algorithm code. First, in which file is the code to process 2D data in the AS-GCN algorthm? Second, in which file does the AS-GCN...

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...