From 80de8dd76bc609a3458ffcf44d6a855325c0856c Mon Sep 17 00:00:00 2001 From: Piero Toffanin Date: Tue, 23 Oct 2018 16:54:36 -0400 Subject: [PATCH] Add smvs_dense_point_cloud as a candidate for potree --- scripts/postprocess.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/postprocess.sh b/scripts/postprocess.sh index d3a55d9..f3b95dd 100755 --- a/scripts/postprocess.sh +++ b/scripts/postprocess.sh @@ -81,6 +81,7 @@ if hash PotreeConverter 2>/dev/null; then "odm_georeferencing/odm_georeferenced_model.las" \ "odm_georeferencing/odm_georeferenced_model.ply" \ "opensfm/depthmaps/merged.ply" \ + "smvs/smvs_dense_point_cloud.ply" \ "pmvs/recon0/models/option-0000.ply"; do if [ -e $path ]; then echo "Found suitable point cloud for PotreeConverter: $path"