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

I am confused with this line of code. If hard is set as True even for training, how can the gradient flow back through AIM module in backprop? https://github.com/limaosen0/AS-GCN/blob/ab6951c3e6fc1b22bb4a0dc87a33cca228aa69fe/net/utils/adj_learn.py#L264

File Not Found Error: [Errno 2] No such file or directory: './work_dir/recognition/ntu-xsub/AS_GCN/max_hop_4/lamda_05/epoch99_model1.pt'

when I begin to PretrainAIM,it has a problem which is File "main.py", line 4, in from torchlight import import_class ImportError: cannot import name 'import_class' How to deal with it?

could you mention which part of A-act in your code? I didn't find it.

Hello, I will really appreciate if you upload some pretrained models.

![image](https://user-images.githubusercontent.com/44044170/68914160-b1585100-0798-11ea-9c53-9386c02389f7.png)

File "/AS-GCN/io.py", line 183, in import_class __import__(mod_str) ModuleNotFoundError: No module named 'processor.demo'