limaosen0 / AS-GCN

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

I got some wrong as follows #7

Open ghost opened 5 years ago

ghost commented 5 years ago

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

Infinite-Song commented 5 years ago

Hello, this line is not important, you can comment it directly. See here https://github.com/limaosen0/AS-GCN/issues/2

wmingdao commented 4 years ago

File "/AS-GCN/io.py", line 183, in import_class import(mod_str) ModuleNotFoundError: No module named 'processor.demo' Have you resolve this problem? thanks

huangyibo1996 commented 3 years ago

If I comment it, another error will occur.

Traceback (most recent call last): File "D:/PyCharmProjectsSet/AS-GCN/main.py", line 22, in Processor = processors[arg.processor] KeyError: None