From 424fa7ca7b062ee7ab334115d866f72d49b335c9 Mon Sep 17 00:00:00 2001 From: Xu Ma <1007540910@qq.com> Date: Mon, 4 Oct 2021 12:11:38 -0400 Subject: [PATCH] Update README.md --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index 7649eac..a0aecce 100644 --- a/README.md +++ b/README.md @@ -16,6 +16,15 @@ pip install pointnet2_ops_lib/. ``` ## 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