yangyanli / PointCNN

PointCNN: Convolution On X-Transformed Points (NeurIPS 2018)
https://arxiv.org/abs/1801.07791
Other
1.36k stars 365 forks source link

Wrong argument was specified in instruction for mnist classification #211

Open kuramin opened 4 years ago

kuramin commented 4 years ago

Instruction for classification of mnist dataset contains the line: python3 ./prepare_mnist_data.py -f ../../data/mnist

However, required files cannot be found in folder data/mnist, because they are in data/mnist/zips. The following command works much better: python3 ./prepare_mnist_data.py -f ../../data/mnist/zips Cheers