AS-GCN
                                
                                
                                
                                    AS-GCN copied to clipboard
                            
                            
                            
                        The model architecture of AS-GCN (for human action recognition)
预处理数据问题

预处理数据问题

https://github.com/1suancaiyu/AS-GCN
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'
how can I solve it?
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...