Update README.md
This commit is contained in:
parent
36fa3171ba
commit
424fa7ca7b
|
@ -16,6 +16,15 @@ pip install pointnet2_ops_lib/.
|
||||||
```
|
```
|
||||||
|
|
||||||
## Classification ModelNet40
|
## Classification ModelNet40
|
||||||
|
The dataset will be automatically downloaded, directly run following command to train
|
||||||
|
```bash
|
||||||
|
# train pointMLP
|
||||||
|
python main.py --model pointMLP
|
||||||
|
# train pointMLP-elite
|
||||||
|
python main.py --model pointMLPElite
|
||||||
|
# please add other paramemters as you wish.
|
||||||
|
```
|
||||||
|
|
||||||
|
|
||||||
## Classification ScanObjectNN
|
## Classification ScanObjectNN
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue