From 33ce21ff8c42e1c58949742999618fc114e25b86 Mon Sep 17 00:00:00 2001 From: Guandao Yang Date: Tue, 3 Mar 2020 18:38:08 -0500 Subject: [PATCH] Update README.md Fix typo. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 23b3c90..495984b 100644 --- a/README.md +++ b/README.md @@ -97,7 +97,7 @@ conda install -c open3d-admin open3d The demo will sample shapes from a pre-trained model, save those shapes under the `demo` folder, and visualize those point clouds. Once this dependency is in place, you can use the following script to use the demo for the pre-trained model for airplanes: ```bash -CUDA_VISIBLE_DEVICES=0 ./scripts/shapenet_airplane_demo.py +CUDA_VISIBLE_DEVICES=0 ./scripts/shapenet_airplane_demo.sh ``` ## Point cloud rendering