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

I got some wrong as follows

Open ghost opened this issue 5 years ago • 3 comments

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

ghost avatar Jul 23 '19 03:07 ghost

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

Infinite-Song avatar Jul 24 '19 01:07 Infinite-Song

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

wmingdao avatar Oct 13 '20 08:10 wmingdao

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

huangyibo1996 avatar Jan 04 '21 09:01 huangyibo1996