guochengqian/PointNeXt

model.encoder_args.width wrong in samples of pointcloud classification

Opened this issue · 0 comments

https://guochengqian.github.io/PointNeXt/examples/modelnet/
给出的命令中

其中test的命令中设置的一个参数
model.encoder_args.width=64
与给出的pointnext-s的宽度(width=32)不一致,应该改为
model.encoder_args.width=32
方可正常运行