Huan Wang

Results 2 issues of Huan Wang

I'm testing the simplifying function on Colab with installation code: `pip install meshlabxm` The whole code is like this: ``` import os import sys import inspect import meshlabxml as mlx...

It seems like that there's no argument like k, emb_dims in args, which will be used in class DGCNN(nn. Module). Then it leads to the mistake: AttributeError: 'Namespace' object has...