Update README.md

This commit is contained in:
Xu Ma 2022-02-16 14:28:22 -05:00 committed by GitHub
parent 861f984c57
commit 7a8cc5e527
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -98,14 +98,7 @@ python voting.py --model pointMLP --msg demo
### Classification ScanObjectNN
- Make data folder and download the dataset
```bash
cd pointMLP-pytorch/classification_ScanObjectNN
mkdir data
cd data
wget http://103.24.77.34/scanobjectnn/h5_files.zip
unzip h5_files.zip
```
The dataset will be automatically downloaded
- Train pointMLP/pointMLPElite
```bash