ma-xu / Context-Cluster

[ICLR 2023 Oral] Image as Set of Points

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Running error when run the pointcloud demo.

yuan-zm opened this issue · comments

Thanks for your great work.

You may forget to upload the code of PointNet model or PointMLP model.

The running error is

net = models.__dict__[args.model](num_classes=args.num_classes)
KeyError: 'PointNet'
commented

@dream-toy Thanks for your interest. Just double-checked, looks like we dont need PointNet. Could you please try again?

python main.py --model pointMLP_CoC --msg demo

Thank you for your quick reply. It works now.